Uses of Class
org.apache.solr.search.stats.CollectionStats
-
Packages that use CollectionStats Package Description org.apache.solr.search.stats APIs and Classes implementing the Stats component used for document frequency calculations. -
-
Uses of CollectionStats in org.apache.solr.search.stats
Methods in org.apache.solr.search.stats that return types with arguments of type CollectionStats Modifier and Type Method Description static Map<String,CollectionStats>StatsUtil. colStatsMapFromString(String data)protected Map<String,CollectionStats>ExactSharedStatsCache. getPerShardColStats(ResponseBuilder rb, String shard)protected Map<String,CollectionStats>ExactStatsCache. getPerShardColStats(ResponseBuilder rb, String shard)protected Map<String,CollectionStats>LRUStatsCache. getPerShardColStats(ResponseBuilder rb, String shard)Methods in org.apache.solr.search.stats with parameters of type CollectionStats Modifier and Type Method Description voidCollectionStats. add(CollectionStats stats)static StringStatsUtil. colStatsToString(CollectionStats colStats)Make a String representation ofCollectionStatsMethod parameters in org.apache.solr.search.stats with type arguments of type CollectionStats Modifier and Type Method Description protected voidExactSharedStatsCache. addToGlobalColStats(SolrQueryRequest req, Map.Entry<String,CollectionStats> e)protected voidExactStatsCache. addToGlobalColStats(SolrQueryRequest req, Map.Entry<String,CollectionStats> e)protected voidLRUStatsCache. addToGlobalColStats(SolrQueryRequest req, Map.Entry<String,CollectionStats> e)protected voidExactSharedStatsCache. addToPerShardColStats(SolrQueryRequest req, String shard, Map<String,CollectionStats> colStats)protected voidExactStatsCache. addToPerShardColStats(SolrQueryRequest req, String shard, Map<String,CollectionStats> colStats)protected voidLRUStatsCache. addToPerShardColStats(SolrQueryRequest req, String shard, Map<String,CollectionStats> colStats)static StringStatsUtil. colStatsMapToString(Map<String,CollectionStats> stats)
-