You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Alan Woodward (Created) (JIRA)" <ji...@apache.org> on 2012/02/27 10:23:48 UTC

[jira] [Created] (LUCENE-3827) Make term offsets work in MemoryIndex

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


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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Resolved] (LUCENE-3827) Make term offsets work in MemoryIndex

Posted by "Michael McCandless (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-3827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael McCandless resolved LUCENE-3827.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 4.0

I just committed this.

Thanks Alan!
                
> 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
>            Assignee: Michael McCandless
>            Priority: Minor
>             Fix For: 4.0
>
>         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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Assigned] (LUCENE-3827) Make term offsets work in MemoryIndex

Posted by "Michael McCandless (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCENE-3827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael McCandless reassigned LUCENE-3827:
------------------------------------------

    Assignee: Michael McCandless
    
> 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
>            Assignee: Michael McCandless
>            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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[jira] [Updated] (LUCENE-3827) Make term offsets work in MemoryIndex

Posted by "Alan Woodward (Updated) (JIRA)" <ji...@apache.org>.
     [ 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org