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 void
CollectionStats. add(CollectionStats stats)
static String
StatsUtil. colStatsToString(CollectionStats colStats)
Make a String representation ofCollectionStats
Method parameters in org.apache.solr.search.stats with type arguments of type CollectionStats Modifier and Type Method Description protected void
ExactSharedStatsCache. addToGlobalColStats(SolrQueryRequest req, Map.Entry<String,CollectionStats> e)
protected void
ExactStatsCache. addToGlobalColStats(SolrQueryRequest req, Map.Entry<String,CollectionStats> e)
protected void
LRUStatsCache. addToGlobalColStats(SolrQueryRequest req, Map.Entry<String,CollectionStats> e)
protected void
ExactSharedStatsCache. addToPerShardColStats(SolrQueryRequest req, String shard, Map<String,CollectionStats> colStats)
protected void
ExactStatsCache. addToPerShardColStats(SolrQueryRequest req, String shard, Map<String,CollectionStats> colStats)
protected void
LRUStatsCache. addToPerShardColStats(SolrQueryRequest req, String shard, Map<String,CollectionStats> colStats)
static String
StatsUtil. colStatsMapToString(Map<String,CollectionStats> stats)
-