Class BlockJoinDocSetFacetComponent

  • All Implemented Interfaces:
    SolrInfoBean, NamedListInitializedPlugin
    Direct Known Subclasses:
    BlockJoinFacetComponent

    @Deprecated
    public class BlockJoinDocSetFacetComponent
    extends SearchComponent
    Deprecated.
    This functionality is considered deprecated and will be removed at 9.0 Users are encouraged to use "uniqueBlock(\_root_)" aggregation under "terms" facet and "domain": { "blockChildren":...}
    Calculates facets on children documents and aggregates hits by parent documents. Enables when child.facet.field parameter specifies a field name for faceting. So far it supports string fields only. It requires to search by ToParentBlockJoinQuery.