solrj
Solr only vs. Solr/MySQL solution
Currently I have a system, which is based solely on Solr. Which means, that I store all data in Solr (using SolrJ) with no other datastore involved. The problem is now, that I experience some performa[详细]
2023-04-11 04:28 分类:问答Memory managment and JVM setting for solr
I have a large Data storage(About 500GB pdf and video files) and my machine have a 4GB of RAM capacity, i want to index these file with solrj API\'s , what is the necessary settingfor solrconfig and J[详细]
2023-04-09 22:06 分类:问答get out of memory exception when indexing files with solrj
I write a simple program with solrj that index files but after a minute passed it crashed and the java.lang.OutOfmemoryError : java heap space appears[详细]
2023-04-09 07:31 分类:问答SolrJ's UpdateRequest worth trying instead setting autoCommit in config?
I am开发者_JAVA技巧 getting sometimes timeouts while inserting documents into Solr with SolrJ. Now I am searching for a solution and thought, maybe the autocommit could be a possible approach. I can s[详细]
2023-04-06 12:34 分类:问答Solr Jquery AutoComplete Url Source
After browsing thru SO, i found this piece of code everywhere, even I want to implement开发者_如何转开发 AutoComplete, I am using Solr to implement search, and wanted to use TermsComponent foe impleme[详细]
2023-04-04 12:34 分类:问答Problem in solrQuery.setFilteQueries() Method
I have the following query which I took from my URL public static String query=\"pen&mq=pen&f=owners%5B%22abc%22%5D&f=application_type%5B%22cde%22%5D\";[详细]
2023-04-04 09:52 分类:问答How to query in solr using facet value
I have following facet value- facetname1 -value11 ,value12, value 13 facetname2 - value21, value22 , value 23[详细]
2023-04-03 06:59 分类:问答Index all tables from the database using Apache Solr
How to index most of the t开发者_如何学Cables(ex:20 table) using Apache solr We need to add entity tag for each and every table in the dataconfig.xml?[详细]
2023-03-31 13:03 分类:问答How to get the set of terms that occur in a search result?
Given the id/url of an indexed document in so开发者_如何学Golr can I get the set of terms contained/indexed for that document?[详细]
2023-03-31 01:23 分类:问答Solr Performance Suggestions
I am facing some performance issues on my Solr Instal开发者_运维问答lation (3core server). I am indexing live twitter data based on certain keywords, as you can imagine, the rate at which documents ar[详细]
2023-03-21 00:26 分类:问答