posted 15 years ago
I would like to see if my understanding is correct about Lucene Filter class:
I understand this to work like so (roughly):
An index is searched, then all of the returned documents are then filtered.
It seems it would be less expensive to filter which documents are searched beforehand.
Am I seeing this correctly?
Allasso