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 have three solr 3.4.0 indexes that I want to merge, after searching I\'ve found that there are two ways to do it:
Is it possible in solr to index key-value pai开发者_运维问答rs for a single document, like: Document ID: 100
When users searches and clicks a result, we store this search keyword in the DB. What we get is a list of keywords for every item with the number of times item was clicked for that keyword.
I\'d like to send a string to Solr and let it answer with all records which are a subset of that string.
Can any help me how to change schema.xml in apache Solr server? I deployed my Solr in tomcat server. Then I added a field in schema.xml but on running my java application.
Which one of the Solr components is the best: TermsComponent works well for us now but with limitations, ie:
I\'m making an auto-suggest feature using past searches in solr. Synonyms.txt contains a list of common typos / misspellings etc. It\'s setup to run on index and using the anaysis tool in the admin I
Is it possible to search (with apache Solr) for items which are in one of few categories using filter query, e.g. items in category \'computers\' OR \'phones\'
Can anyone point me to the piece of solr source c开发者_运维技巧ode which performs filter query (excecuting the fq=). Solr\'s main façade to Lucene is SolrIndexSearcher. In particular the getDocListC