Uwe,
> Lucene Filters are always executed before on the full index. This is
> done inside getDocIdSet(), which is similar to scorer() in Querys.
> Most filters return a bitset in this method, so they calculate the
> whole bitset on the full index - this is what your filter is doing.
> The strategy
Hi,
Lucene Filters are always executed before on the full index. This is done
inside getDocIdSet(), which is similar to scorer() in Querys. Most filters
return a bitset in this method, so they calculate the whole bitset on the full
index - this is what your filter is doing. The strategy only ap