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 MaxScoreCacheImpactsDISI.maxScoreCache(package private) final MaxScoreCachePhraseScorer.maxScoreCacheprivate final MaxScoreCacheSynonymQuery.SynonymScorer.maxScoreCacheprivate final MaxScoreCacheTermScorer.maxScoreCacheMethods in org.apache.lucene.search that return MaxScoreCacheConstructors in org.apache.lucene.search with parameters of type MaxScoreCacheModifierConstructorDescriptionImpactsDISI(DocIdSetIterator in, MaxScoreCache maxScoreCache) Sole constructor.