Class FacetContext


  • public class FacetContext
    extends Object
    • Constructor Detail

      • FacetContext

        public FacetContext()
    • Method Detail

      • setDebugInfo

        public void setDebugInfo​(FacetDebugInfo debugInfo)
      • isShard

        public boolean isShard()
      • sub

        public FacetContext sub​(org.apache.lucene.search.Query filter,
                                DocSet domain)
        Parameters:
        filter - The filter for the bucket that resulted in this context/domain. Can be null if this is the root context.
        domain - The resulting set of documents for this facet.