Uses of Class
org.apache.solr.search.facet.FacetDebugInfo
-
Packages that use FacetDebugInfo Package Description org.apache.solr.handler.component SearchComponentimplementations for use inSearchHandlerorg.apache.solr.request APIs and classes for dealing with Solr requestsorg.apache.solr.search.facet APIs and classes for the JSON Facet API. -
-
Uses of FacetDebugInfo in org.apache.solr.handler.component
Methods in org.apache.solr.handler.component with parameters of type FacetDebugInfo Modifier and Type Method Description static NamedList<Object>FacetComponent. getFacetCounts(SimpleFacets simpleFacets, FacetDebugInfo fdebug)Looks at various Params to determining if any simple Facet Constraint count computations are desired. -
Uses of FacetDebugInfo in org.apache.solr.request
Fields in org.apache.solr.request declared as FacetDebugInfo Modifier and Type Field Description protected FacetDebugInfoSimpleFacets. fdebugprotected FacetDebugInfoSimpleFacets. fdebugParentMethods in org.apache.solr.request with parameters of type FacetDebugInfo Modifier and Type Method Description static NamedList<Integer>DocValuesFacets. getCounts(SolrIndexSearcher searcher, DocSet docs, String fieldName, int offset, int limit, int mincount, boolean missing, String sort, String prefix, String contains, boolean ignoreCase, FacetDebugInfo fdebug)static NamedList<Integer>DocValuesFacets. getCounts(SolrIndexSearcher searcher, DocSet docs, String fieldName, int offset, int limit, int mincount, boolean missing, String sort, String prefix, Predicate<org.apache.lucene.util.BytesRef> termFilter, FacetDebugInfo fdebug)voidSimpleFacets. setFacetDebugInfo(FacetDebugInfo fdebugParent) -
Uses of FacetDebugInfo in org.apache.solr.search.facet
Methods in org.apache.solr.search.facet with parameters of type FacetDebugInfo Modifier and Type Method Description voidFacetDebugInfo. addChild(FacetDebugInfo child)
-