[
https://issues.apache.org/jira/browse/LUCENE-7811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15997607#comment-15997607
]
ASF subversion and git services commented on LUCENE-7811:
---------------------------------------------------------
Commit 3e425d39873b6ba6949e1309b7bdb23e42da1004 in lucene-solr's branch
refs/heads/branch_6x from Mike McCandless
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=3e425d3 ]
LUCENE-7811: add concurrent SortedSet facets implementation
> Add concurrent version of SortedSetDocValuesFacetCounts
> -------------------------------------------------------
>
> Key: LUCENE-7811
> URL: https://issues.apache.org/jira/browse/LUCENE-7811
> Project: Lucene - Core
> Issue Type: Improvement
> Reporter: Michael McCandless
> Assignee: Michael McCandless
> Fix For: master (7.0), 6.6
>
> Attachments: LUCENE-7811.patch
>
>
> Counting up facets should take advantage of concurrent hardware if the index
> has multiple segments.
> At first I tried to add an optional {{ExecutorService}} argument to the
> existing single-threaded {{SortedSetDocValuesFacetCounts}} but it was
> difficult, so I just made a new class.
> I also internally refactored {{SortedSetDocValuesFacetCounts}} to share code
> between its {{count}} and {{countAll}} private methods, and switched the
> {{FacetsCollector}} to use {{DocIdSetBuilder}} instead of always using a
> {{FixedBitSet}}.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]