Tagged Questions

2
votes
2answers
695 views

Different lucene search results using different search space size

I have an application that uses lucene for searching. The search space are in the thousands. Searching against these thousands, I get only a few results, around 20 (which is ok and expected). ...
0
votes
1answer
546 views

Frequencies of lucene unigrams and bigrams

i am storing in lucene index ngrams up to level 3. When I am reading the index and calculating scoring of terms and ngrams I am obtaining results like this TERM FREQUENCY.... TFIDF ...
0
votes
1answer
623 views

Lucene document Boosting

I am having problem with lucene boosting, Iam trying to boost a particular document which matches with the (firstname)field specified I have posted the part of the codeenter code hereprivate static ...