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

Robert Muir updated LUCENE-3864:
--------------------------------

    Attachment: LUCENE-3864.patch

stupid bug: not returning -1 for startOffset when they aren't available.

CheckIndex only wraps its entire offsets check in if (hasOffsets), which was 
confusing to me, but thats referring to whether the vectors have offsets...

(in other words my postings impl can return -1 always for offsets and 
checkindex is happy..., in fact there are no assertions for postings offsets at 
all!)
                
> support offsets in MemoryPostings
> ---------------------------------
>
>                 Key: LUCENE-3864
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3864
>             Project: Lucene - Java
>          Issue Type: Improvement
>    Affects Versions: 4.0
>            Reporter: Robert Muir
>         Attachments: LUCENE-3864.patch, LUCENE-3864.patch
>
>
> Really we should add this for Sep & Pulsing too... but this is one more

--
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to