[
https://issues.apache.org/jira/browse/LUCENE-3199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13097246#comment-13097246
]
Jason Rutherglen commented on LUCENE-3199:
------------------------------------------
I started integrating the patch into LUCENE-2312. I think the main
functionality missing is a reverse int[] that points from a term id to the
sorted ords array. That array would be used for implementing the RT version of
DocTermsIndex, where a doc id -> term id -> sorted term id index.
> Add non-desctructive sort to BytesRefHash
> -----------------------------------------
>
> Key: LUCENE-3199
> URL: https://issues.apache.org/jira/browse/LUCENE-3199
> Project: Lucene - Java
> Issue Type: Improvement
> Components: core/index
> Affects Versions: 4.0
> Reporter: Jason Rutherglen
> Priority: Minor
> Attachments: LUCENE-3199.patch, LUCENE-3199.patch, LUCENE-3199.patch,
> LUCENE-3199.patch
>
>
> Currently the BytesRefHash is destructive. We can add a method that returns
> a non-destructively generated int[].
--
This message is automatically generated by JIRA.
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]