[ 
https://issues.apache.org/jira/browse/LUCENE-3729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13499965#comment-13499965
 ] 

Michael McCandless commented on LUCENE-3729:
--------------------------------------------

bq. I also wonder if the ord's might be accessible to the higher level APIs so 
that those APIs could work off of ord's (int) instead of terms (byteref).

The challenge is the ords are not "global" (ie not a total order): they are 
only ordered for the terms within one segment, unless your index is single 
segment, or you're working with a top-level reader.

                
> Allow using FST to hold terms data in DocValues.BYTES_*_SORTED
> --------------------------------------------------------------
>
>                 Key: LUCENE-3729
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3729
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>              Labels: gsoc2012, lucene-gsoc-11
>         Attachments: LUCENE-3729.patch, LUCENE-3729.patch, LUCENE-3729.patch, 
> LUCENE-3729.patch, LUCENE-3729.patch
>
>


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

Reply via email to