On Friday 30 January 2009 23:24:42 eks dev wrote:
...
>
> This is conceptually almost equal (fully equal, when Paul gets "Fillters as
> bolean clauses" done) to having separate, single valued field indexed
>
> isDeleted {true, false}
>
> where each Query gets implicitly transformed to "OriginalQuery AND
> isDeleted:false" without scoring on second clause.
>
> skipTo() performance here is obviously relevant.
>
That part is already done.
https://issues.apache.org/jira/browse/LUCENE-1436
Regards,
Paul Elschot