Tagged Questions

1
vote
2answers
665 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). ...