Package | Description |
---|---|
org.apache.solr.search.stats |
APIs and Classes implementing the Stats component used for document frequency
calculations.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
ExactStatsCache.ExactStatsSource |
class |
LocalStatsSource
Convenience class that wraps a local
SolrIndexSearcher to provide
local statistics. |
Modifier and Type | Method and Description |
---|---|
StatsSource |
LRUStatsCache.get(SolrQueryRequest req) |
abstract StatsSource |
StatsCache.get(SolrQueryRequest req)
Prepare local
StatsSource to provide stats information to perform
local scoring (to be precise, to build a local Weight from the
query). |
StatsSource |
LocalStatsCache.get(SolrQueryRequest req) |
StatsSource |
ExactSharedStatsCache.get(SolrQueryRequest req) |
StatsSource |
ExactStatsCache.get(SolrQueryRequest req) |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.