I am planning to use Apache lucense in one of my projects, I want to index files based on the file properties (I won’t be indexing the data) and I want ...
I read that for handling date range query NumericRangeQuery is better than TermRangeQuery in "Lucene in action", But i couldnot find the reason. i want to know the reason behind it.
I ...
There are many words which are hyphenated or whitespace separated but often used as one word.
Eg : Basket Ball or basket-ball can be written as basketball.
Now when i ...
I am using lucene as Search engine. When we use the standardAnalyser,the stop words are filtered out. That means, when we search for a phrase that has stop words we can't ...
I am a beginner in Lucene. I am writing a search engine to search our code base for certain key words. I have a requirement for which I need your help. ...