Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The JSON Facet API currently has the ability to map between parents and children ( see http://yonik.com/solr-nested-objects/ )
This issue is about adding a true rollup ability where parents would take on derived values from their children. The most important part (and the most difficult part) will be the external API.
mkhludnev says
The bottom line is to introduce uniqueBlock(_root_) aggregation, which is supposed to be faster than unique(_root_) and purposed for blocked index only. For now it it supports singlevalue string fields, docValues usually make sense.
Attachments
Attachments
Issue Links
- causes
-
SOLR-12875 ArrayIndexOutOfBoundsException when using uniqueBlock(_root_) in JSON Facets
- Closed
- is related to
-
SOLR-9510 child level facet exclusions
- Closed
- relates to
-
SOLR-7830 topdocs facet function
- Open
-
SOLR-12324 handling numeric fields in uniqueBlock(id) aggregation for JSON Facet
- Open
-
SOLR-12325 introduce uniqueBlockQuery(parent:true) aggregation for JSON Facet
- Closed
-
SOLR-9683 include/exclude filters by tag
- Open
- links to