I have a problem with lucene indexation, I insert one indexed entity in a manyToMany association but lucene doesn\'t index as I expected.
I am using Lucene 3.0.3. In preparation to using SpanQuery and PhraseQuery, I would like to mark paragraph boundaries in my index in a way that will discourage these queries from matching across parag
I\'m using ColdFusion 9.0.1 and the integrated SOLR full text search engine. I have dates stored in my SQL Server database as datetime fields for upcoming events. I took these records and inserted th
I am looking for a document sear开发者_如何学JAVAch engine (like Xapian, Whoosh, Lucene, Solr, Sphinx or others) which is capable of searching partial terms.
I want to search in multiple fields in Solr. (In know the concept of the copy-fields and I know the (e)dismax search handler.)
I am trying to query a solr server in order to obtain the most relevant开发者_如何学Go results for a list of terms.
I faced with large problem. Lucene can not aggregate data. What alternative solution available. After some improvement I have and need next :
I开发者_如何学运维\'m building a spellchecker using Lucene and getting a Failed to load Main-Class manifest attribute from
I do not have much experience with Lucene, but I need to finish a research. I want to use Lucene indexing based on ontology. So, I need any kind of advice, what should I use, how to combine Lucene wit
I know there is post on loading index开发者_运维技巧 into Ram for lucene. Faster search in Lucene - Is there a way to keep the whole index in RAM?