indeed :)




________________________________
From: Paul Elschot <paul.elsc...@xs4all.nl>
To: java-dev@lucene.apache.org
Sent: Friday, 30 January, 2009 23:37:08
Subject: Re: [jira] Commented: (LUCENE-1476) BitVector implement DocIdSet, 
IndexReader returns DocIdSet deleted docs

 
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


      

Reply via email to