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 classExactStatsCache.ExactStatsSourceclassLocalStatsSourceConvenience class that wraps a localSolrIndexSearcherto provide local statistics.Methods in org.apache.solr.search.stats that return StatsSource Modifier and Type Method Description protected StatsSourceExactSharedStatsCache. doGet(SolrQueryRequest req)protected StatsSourceExactStatsCache. doGet(SolrQueryRequest req)protected StatsSourceLocalStatsCache. doGet(SolrQueryRequest req)protected StatsSourceLRUStatsCache. doGet(SolrQueryRequest req)protected abstract StatsSourceStatsCache. doGet(SolrQueryRequest req)StatsSourceStatsCache. get(SolrQueryRequest req)Prepare aStatsSourcethat provides stats information to perform local scoring (to be precise, to build a localWeightfrom the query).Methods in org.apache.solr.search.stats with parameters of type StatsSource Modifier and Type Method Description intStatsCache. approxCheckMissingStats(ResponseBuilder rb, StatsSource statsSource, Consumer<org.apache.lucene.index.Term> missingTermStats, Consumer<String> missingFieldStats)Check if thestatsSourceis missing some term or field statistics info, which then needs to be retrieved.
-