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 (JIRA)" <ji...@apache.org> on 2013/05/10 01:06:05 UTC

[jira] [Updated] (LUCENE-2543) expose position information in SegmentReader, add method getPosition(term)

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

Uwe Schindler updated LUCENE-2543:
----------------------------------

    Fix Version/s:     (was: 4.3)
                   4.4
    
> expose position information in SegmentReader, add method getPosition(term)
> --------------------------------------------------------------------------
>
>                 Key: LUCENE-2543
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2543
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: core/search
>    Affects Versions: 3.0.2
>            Reporter: Woody Anderson
>             Fix For: 4.4
>
>         Attachments: LUCENE-2543.patch
>
>
> add public long getPosition(Term) to SegmentReader.
> Also, update the impl of getPosition in TermInfosReader (called by new method) to use enumerator.scanTo() to avoid creating many intermediate Term objects.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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