Class FacetComponent.FacetInfo

java.lang.Object
org.apache.solr.handler.component.FacetComponent.FacetInfo
Enclosing class:
FacetComponent

public static class FacetComponent.FacetInfo extends Object
This class is used exclusively for merging results from each shard in a distributed facet request. It plays no role in the computation of facet counts inside a single node.

A related class FacetComponent.FacetContext exists for assisting computation inside a single node.

This API is experimental and subject to change

See Also: