Class FacetContext

java.lang.Object
org.apache.solr.search.facet.FacetContext

public class FacetContext extends Object
  • Field Details

  • Constructor Details

    • FacetContext

      public FacetContext()
  • Method Details

    • setDebugInfo

      public void setDebugInfo(FacetDebugInfo debugInfo)
    • getDebugInfo

      public FacetDebugInfo getDebugInfo()
    • isShard

      public boolean isShard()
    • getFacetProcessor

      public FacetProcessor<?> getFacetProcessor()
    • getFacetInfo

      public Map<String,Object> getFacetInfo()
    • getQueryContext

      public QueryContext getQueryContext()
    • getRequest

      public SolrQueryRequest getRequest()
    • getSearcher

      public SolrIndexSearcher getSearcher()
    • getFilter

      public org.apache.lucene.search.Query getFilter()
    • getBase

      public DocSet getBase()
    • getParent

      public FacetContext getParent()
    • getFlags

      public int getFlags()
    • 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.