Uses of Class
org.apache.solr.search.facet.SlotAcc
-
Packages that use SlotAcc Package Description org.apache.solr.search.facet APIs and classes for the JSON Facet API. -
-
Uses of SlotAcc in org.apache.solr.search.facet
Subclasses of SlotAcc in org.apache.solr.search.facet Modifier and Type Class Description classDocValuesAccAccumulates stats separated by slot number for the fields withDocValuesclassUnInvertedFieldAccBase accumulator forUnInvertedFieldprotected static classUniqueBlockAgg.UniqueBlockSlotAccMethods in org.apache.solr.search.facet that return SlotAcc Modifier and Type Method Description SlotAccAggValueSource. createSlotAcc(org.apache.solr.search.facet.FacetContext fcontext, int numDocs, int numSlots)SlotAccAvgAgg. createSlotAcc(org.apache.solr.search.facet.FacetContext fcontext, int numDocs, int numSlots)SlotAccCountAgg. createSlotAcc(org.apache.solr.search.facet.FacetContext fcontext, int numDocs, int numSlots)SlotAccCountValsAgg. createSlotAcc(org.apache.solr.search.facet.FacetContext fcontext, int numDocs, int numSlots)SlotAccHLLAgg. createSlotAcc(org.apache.solr.search.facet.FacetContext fcontext, int numDocs, int numSlots)SlotAccMinMaxAgg. createSlotAcc(org.apache.solr.search.facet.FacetContext fcontext, int numDocs, int numSlots)SlotAccMissingAgg. createSlotAcc(org.apache.solr.search.facet.FacetContext fcontext, int numDocs, int numSlots)SlotAccPercentileAgg. createSlotAcc(org.apache.solr.search.facet.FacetContext fcontext, int numDocs, int numSlots)SlotAccRelatednessAgg. createSlotAcc(org.apache.solr.search.facet.FacetContext fcontext, int numDocs, int numSlots)SlotAccStddevAgg. createSlotAcc(org.apache.solr.search.facet.FacetContext fcontext, int numDocs, int numSlots)SlotAccSumAgg. createSlotAcc(org.apache.solr.search.facet.FacetContext fcontext, int numDocs, int numSlots)SlotAccSumsqAgg. createSlotAcc(org.apache.solr.search.facet.FacetContext fcontext, int numDocs, int numSlots)SlotAccUniqueAgg. createSlotAcc(org.apache.solr.search.facet.FacetContext fcontext, int numDocs, int numSlots)abstract SlotAccUniqueBlockAgg. createSlotAcc(org.apache.solr.search.facet.FacetContext fcontext, int numDocs, int numSlots)SlotAccUniqueBlockFieldAgg. createSlotAcc(org.apache.solr.search.facet.FacetContext fcontext, int numDocs, int numSlots)SlotAccUniqueBlockQueryAgg. createSlotAcc(org.apache.solr.search.facet.FacetContext fcontext, int numDocs, int numSlots)SlotAccVarianceAgg. createSlotAcc(org.apache.solr.search.facet.FacetContext fcontext, int numDocs, int numSlots)
-