You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Hoss Man (JIRA)" <ji...@apache.org> on 2015/06/10 18:57:01 UTC

[jira] [Created] (LUCENE-6545) optimize DocTermOrds in cases where the underlying TermEnum being wraped supports ord()

Hoss Man created LUCENE-6545:
--------------------------------

             Summary: optimize DocTermOrds in cases where the underlying TermEnum being wraped supports ord()
                 Key: LUCENE-6545
                 URL: https://issues.apache.org/jira/browse/LUCENE-6545
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Hoss Man


Prior to LUCENE-6529, DocTermOrds had an optimization when the TermEnum of the field being Uninverted already supported ord().

This optimization was removed in LUCENE-6529 (see r1684704) because it was found to produce incorrect results for numeric fields that had a precisionStep.

This issue is to track the possibility of re-adding a correct version of this optimization.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org