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). ...