Thanks. It was what I expected, but it's nice to have it confirmed.
On Tue, Jul 5, 2011 at 9:39 PM, Michael McCandless <
luc...@mikemccandless.com> wrote:
> This API doesn't exist today.
>
> Lucene has long needed for queries impls to do this, so that we can
> properly plan/optimize how the query
This API doesn't exist today.
Lucene has long needed for queries impls to do this, so that we can
properly plan/optimize how the query is run. EG an AND query would
use this to pick the more restrictive clause to drive the
intersection.
For TermQuery you could just call IR.docFreq? (Doesn't tak