Uses of Class
org.apache.solr.search.stats.StatsSource
-
Packages that use StatsSource Package Description org.apache.solr.search.stats APIs and Classes implementing the Stats component used for document frequency calculations. -
-
Uses of StatsSource in org.apache.solr.search.stats
Subclasses of StatsSource in org.apache.solr.search.stats Modifier and Type Class Description protected static class
ExactStatsCache.ExactStatsSource
class
LocalStatsSource
Convenience class that wraps a localSolrIndexSearcher
to provide local statistics.Methods in org.apache.solr.search.stats that return StatsSource Modifier and Type Method Description protected StatsSource
ExactSharedStatsCache. doGet(SolrQueryRequest req)
protected StatsSource
ExactStatsCache. doGet(SolrQueryRequest req)
protected StatsSource
LocalStatsCache. doGet(SolrQueryRequest req)
protected StatsSource
LRUStatsCache. doGet(SolrQueryRequest req)
protected abstract StatsSource
StatsCache. doGet(SolrQueryRequest req)
StatsSource
StatsCache. get(SolrQueryRequest req)
Prepare aStatsSource
that provides stats information to perform local scoring (to be precise, to build a localWeight
from the query).Methods in org.apache.solr.search.stats with parameters of type StatsSource Modifier and Type Method Description int
StatsCache. approxCheckMissingStats(ResponseBuilder rb, StatsSource statsSource, Consumer<org.apache.lucene.index.Term> missingTermStats, Consumer<String> missingFieldStats)
Check if thestatsSource
is missing some term or field statistics info, which then needs to be retrieved.
-