Federico
Federico

Reputation: 5768

How reliable is Lucene when counting hits/documents?

If a run a search: "+house +car" and returns 5,343,562 hits

Is that the exact number of documents I have, or it's an approximation.

If it's an approximation, is there a way to make it to return the extract number of documents that qualifies for a search query?

Upvotes: 0

Views: 134

Answers (1)

bajafresh4life
bajafresh4life

Reputation: 12843

It's exact. What makes you think it's an approximation?

Upvotes: 1

Related Questions