[
https://issues.apache.org/jira/browse/SOLR-12964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16680299#comment-16680299
]
ASF subversion and git services commented on SOLR-12964:
--------------------------------------------------------
Commit 9c4dc4d60a5d50592ae7718e9d407cb0c67f46cb in lucene-solr's branch
refs/heads/branch_7x from [~tpunder]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=9c4dc4d ]
SOLR-12964: Use DocValuesIterator.advanceExact() instead of the
advance()/docID() pattern
Closes #493
(cherry picked from commit 243a8a668a613835e3c114f6e5c31a098699840e)
> Use advanceExact instead of advance in a few remaining json facet use cases
> ---------------------------------------------------------------------------
>
> Key: SOLR-12964
> URL: https://issues.apache.org/jira/browse/SOLR-12964
> Project: Solr
> Issue Type: Improvement
> Security Level: Public(Default Security Level. Issues are Public)
> Components: Facet Module
> Affects Versions: 7.5
> Reporter: Tim Underwood
> Assignee: David Smiley
> Priority: Major
> Fix For: 7.6
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> This updates 2 places in the JSON Facets code that uses the advance()/docID()
> pattern instead of the simpler advanceExact(). Most other usages in the
> faceting code already make use of advanceExact().
> The only remaining usage of advance() in org.apache.solr.search.facet is in:
> * UniqueAgg.BaseNumericAcc.collect
> * HLLAgg..BaseNumericAcc.collect
> The code for those of those looks very similar and probably makes sense to
> update but it would require changing the return type of the protected
> docIdSetIterator() method to return a DocValuesIterator in order to be able
> to call the advanceExact() method.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]