[
https://issues.apache.org/jira/browse/LUCENE-3729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simon Willnauer updated LUCENE-3729:
------------------------------------
Attachment: LUCENE-3729.patch
next iteration...
- using FSTEnum to do getOrdByValue
- opened up FSTEnum to subclass in different package
- FSTEnum#seekCeil/Floor now returns a SeekStatus to prevent comparisons
- fixed some tests to not rely on a "default" values that is a general test
problem in docvalues not related to this issue
I still have some nocommits in there. The current impl of getOrdByValue creates
a new FSTEnum for each lookup which is costly we should be able to share it
somehow but I really don't like using a ThreadLocal maybe we need a Lookup
object or something like that but I am not sure yet.
> 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 - Java
> 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:
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]