Uses of Class
org.apache.solr.request.SimpleFacets.ParsedParams
Packages that use SimpleFacets.ParsedParams
Package
Description
SearchComponent implementations for use in SearchHandlerAPIs and classes for dealing with Solr requests
-
Uses of SimpleFacets.ParsedParams in org.apache.solr.handler.component
Methods in org.apache.solr.handler.component with parameters of type SimpleFacets.ParsedParamsModifier and TypeMethodDescriptionPivotFacetProcessor.doPivots(org.apache.solr.common.util.NamedList<Integer> superFacets, String field, String subField, Deque<String> fnames, Deque<String> vnames, SimpleFacets.ParsedParams parsed, List<StatsField> statsFields, List<FacetComponent.FacetBase> facetQueries, List<RangeFacetRequest> facetRanges) Recursive function to compute all the pivot counts for the values under the specified field -
Uses of SimpleFacets.ParsedParams in org.apache.solr.request
Methods in org.apache.solr.request that return SimpleFacets.ParsedParamsModifier and TypeMethodDescriptionprotected SimpleFacets.ParsedParamsSimpleFacets.parseParams(String type, String param) Methods in org.apache.solr.request with parameters of type SimpleFacets.ParsedParamsModifier and TypeMethodDescriptionvoidSimpleFacets.getFacetQueryCount(SimpleFacets.ParsedParams parsed, org.apache.solr.common.util.NamedList<Integer> res) protected org.apache.solr.common.util.NamedList<Integer> SimpleFacets.getListedTermCounts(String field, SimpleFacets.ParsedParams parsed, List<String> terms) Computes the term->count counts for the specified term values relative to theorg.apache.solr.common.util.NamedList<Integer> SimpleFacets.getTermCounts(String field, SimpleFacets.ParsedParams parsed) Term counts for use in field faceting that resepects the appropriate mincountorg.apache.solr.common.util.NamedList<Integer> SimpleFacets.getTermCountsForPivots(String field, SimpleFacets.ParsedParams parsed) Term counts for use in pivot faceting that resepcts the appropriate mincount