I am trying to index almos开发者_如何学JAVAt 3 million xml files with lucene solr. When I try to use command line \"java -jar post.jar *.xml\". There is no response from the machine. How can I do the
I use hibernate-search. I want that each user can see only theirself index and use it for searching and can\'t use index of ot开发者_如何学运维her users. How can I do this?
I have a set of 200M documents I need to index. Every document has a free text and additional set of sparse metadata information (100+ columns).
I understand fuzzy searches all and well, but in my application they are very slow with lots of terms (~500ms).I ran across a solution to slow fuzzy searches where it was suggested that instead of doi
I am trying to refresh a Lucene index in incremental mode that is updating documents that have changed and keeping other unchanged documents as they are.
How to optimize solr index. I want to optimize my sol开发者_Python百科r indexing for i try to change in solrconfig.xml it getting indexed but i want to how to verify that they are optimized and with
if have the problem to execute multiple Solr queries at ones with the same phrase but for different timeranges.
EDIT 3:The workaround I\'m using right now is to strip anything but letters, digits, and whitespace from both my queries and my indexed fields.This produces the desired behavior, but it\'s very much a
I have been trying to perform a query on a field that is configured to be solr.PathHierarchyTokenizerFactory, but the query just returns all records. It seems that doing a facet query is just not work
I want to build document vector for SVM text categorization. I have indexed m开发者_JAVA百科y documents to 2 POSITIVE and NEGATIVE documents.