[email protected]
: Cc: Mousom Dhar Gupta
: Subject: Re: Filters execution efficiency
:
: Applying a filter with a filtered query works very similarly to a
: Boolean query with 2 MUST clauses. The query and filter iterators are
: advanced in a leap-frog fashion in order to compute the interse
Applying a filter with a filtered query works very similarly to a
Boolean query with 2 MUST clauses. The query and filter iterators are
advanced in a leap-frog fashion in order to compute the intersection.
So the filter is neither applied before or after the query but rather
at the same time.
On W