Uses of Class
org.apache.solr.search.facet.AggValueSource
-
Packages that use AggValueSource Package Description org.apache.solr.search APIs and classes for parsing and processing search requestsorg.apache.solr.search.facet APIs and classes for the JSON Facet API. -
-
Uses of AggValueSource in org.apache.solr.search
Methods in org.apache.solr.search that return AggValueSource Modifier and Type Method Description AggValueSourceFunctionQParser. parseAgg(int flags) -
Uses of AggValueSource in org.apache.solr.search.facet
Subclasses of AggValueSource in org.apache.solr.search.facet Modifier and Type Class Description classAvgAggclassCountAggclassCountValsAggAggValueSourceto count values for givenValueSourceclassHLLAggclassMinMaxAggclassMissingAggAggValueSourceto compute missing counts for givenValueSourceclassPercentileAggclassRelatednessAggAn aggregation function designed to be nested under other (possibly deeply nested) facets for the purposes of computing the "relatedness" of facet buckets relative to "foreground" and "background" sets -- primarily for the purpose of building "Semantic Knowledge Graphs"classSimpleAggValueSourceclassStddevAggclassStrAggValueSourceclassSumAggclassSumsqAggclassUniqueAggclassUniqueBlockAggclassUniqueBlockFieldAggclassUniqueBlockQueryAggclassVarianceAggFields in org.apache.solr.search.facet with type parameters of type AggValueSource Modifier and Type Field Description protected Map<String,AggValueSource>FacetRequest. facetStatsMethods in org.apache.solr.search.facet that return types with arguments of type AggValueSource Modifier and Type Method Description Map<String,AggValueSource>FacetRequest. getFacetStats()Methods in org.apache.solr.search.facet with parameters of type AggValueSource Modifier and Type Method Description voidFacetRequest. addStat(String key, AggValueSource stat)
-