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

Alan Woodward updated LUCENE-3827:
----------------------------------

    Attachment: mindex.patch

This patch corrects the DocsAndPositionsEnum iterator logic to deal with cases 
where term offsets are stored in the postings lists.  It also changes the 
advanced constructor from private to protected, to allow subclasses to store 
term offsets.
                
> Make term offsets work in MemoryIndex
> -------------------------------------
>
>                 Key: LUCENE-3827
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3827
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: core/index
>    Affects Versions: 4.0
>            Reporter: Alan Woodward
>            Priority: Minor
>         Attachments: mindex.patch
>
>
> Fix the logic for retrieving term offsets from DocsAndPositionsEnum on a 
> MemoryIndex, and allow subclasses to access them.

--
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