stefanvodita opened a new issue, #12474:
URL: https://github.com/apache/lucene/issues/12474

   ### Description
   
   Faceting can happen in parallel for each segment, but most faceting 
implementations don't take advantage of this.
   
   I'm wondering if more faceting implementations should be concurrent. Maybe 
we can decide to run in sequential mode or concurrent mode dynamically based on 
the number of docs we facet over.
   
   For an example of concurrent facets, 
see`ConcurrentSortedSetDocValuesFacetCounts`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to