Yonik Seeley created SOLR-10543:
-----------------------------------
Summary: Implement sorting for streaming facets
Key: SOLR-10543
URL: https://issues.apache.org/jira/browse/SOLR-10543
Project: Solr
Issue Type: New Feature
Security Level: Public (Default Security Level. Issues are Public)
Components: Facet Module
Reporter: Yonik Seeley
Using method=stream for JSON field faceting avoids building up any data
structures in memory and calculates each bucket individually before writing it
out to the response. This comes at a cost of only being able to produce the
buckets in index order.
We should add support for sorting by different criteria (count or facet
function), do the minimum needed to calculate the bucket ordering, and then
stream the rest (including subfacets).
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]