Uses of Class
org.apache.lucene.search.MaxScoreCache
Packages that use MaxScoreCache
-
Uses of MaxScoreCache in org.apache.lucene.search
Fields in org.apache.lucene.search declared as MaxScoreCacheModifier and TypeFieldDescriptionprivate final MaxScoreCache
ImpactsDISI.maxScoreCache
(package private) final MaxScoreCache
PhraseScorer.maxScoreCache
private final MaxScoreCache
SynonymQuery.SynonymScorer.maxScoreCache
private final MaxScoreCache
TermScorer.maxScoreCache
Methods in org.apache.lucene.search that return MaxScoreCacheConstructors in org.apache.lucene.search with parameters of type MaxScoreCacheModifierConstructorDescriptionImpactsDISI
(DocIdSetIterator in, MaxScoreCache maxScoreCache) Sole constructor.