solr
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 分类:问答Merging Solr 3.4.0 indexes using lucene Merge Tool
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:[详细]
2023-04-09 06:02 分类:问答SOLR: Is it it possible to index multiple timestamp:value pairs per document?
Is it possible in solr to index key-value pai开发者_运维问答rs for a single document, like: Document ID: 100[详细]
2023-04-09 05:28 分类:问答Solr schema and boosting by keywords/tags for item
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.[详细]
2023-04-09 05:21 分类:问答Solr query based on a string field's subset
I\'d like to send a string to Solr and let it answer with all records which are a subset of that string.[详细]
2023-04-09 04:46 分类:问答Change schema.xml in solr
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.[详细]
2023-04-09 02:17 分类:问答Apache Solr 4 most functional autosuggest component
Which one of the Solr components is the best: TermsComponent works well for us now but with limitations, ie:[详细]
2023-04-09 01:42 分类:问答solr synonyms not being parsed
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[详细]
2023-04-09 01:03 分类:问答Apache Solr - OR in filter query
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\'[详细]
2023-04-09 00:41 分类:问答How do solr implement filter search
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[详细]
2023-04-08 22:16 分类:问答