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
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
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
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
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
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\";
I have following facet value- facetname1 -value11 ,value12, value 13 facetname2 - value21, value22 , value 23
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?
Given the id/url of an indexed document in so开发者_如何学Golr can I get the set of terms contained/indexed for that document?
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