You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Uwe Schindler (Resolved) (JIRA)" <ji...@apache.org> on 2011/11/25 03:14:39 UTC

[jira] [Resolved] (LUCENE-3595) Refactor FieldCacheRangeFilter.FieldCacheDocIdSet to be separate class and fix the dangerous matchDoc() throws AIOOBE requirement

     [ https://issues.apache.org/jira/browse/LUCENE-3595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Uwe Schindler resolved LUCENE-3595.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0
                   3.6

Committed 3.x revision: 1206040
                
> Refactor FieldCacheRangeFilter.FieldCacheDocIdSet to be separate class and fix the dangerous matchDoc() throws AIOOBE requirement
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: LUCENE-3595
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3595
>             Project: Lucene - Java
>          Issue Type: Task
>            Reporter: Uwe Schindler
>            Assignee: Uwe Schindler
>             Fix For: 3.6, 4.0
>
>         Attachments: LUCENE-3595-3x.patch, LUCENE-3595-3x.patch, LUCENE-3595-trunk.patch, LUCENE-3595-trunk.patch
>
>
> Followup from LUCENE-3593:
> The FieldCacheRangeFilter.FieldCacheDocIdSet class has a strange requirement on the abstract matchDoc(): It should throw AIOOBE if the docId is > maxDoc. This check should be done by caller as especially on trunk, e.g. FieldCacheTermsFilter does not seem to always throw this exception correctly (getOrd() is a method and no array in TermsIndex cache).
> Also in 3.x the Filter does not correctly respect deletions when a FieldCache based on a reopened reader is used.
> This issue will refactor this and fix the bugs and moves the docId check up to the iterator.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org