Uses of Class
org.apache.lucene.search.MaxScoreCache
-
Packages that use MaxScoreCache Package Description org.apache.lucene.search Code to search indices. -
-
Uses of MaxScoreCache in org.apache.lucene.search
Fields in org.apache.lucene.search declared as MaxScoreCache Modifier and Type Field Description private MaxScoreCache
ImpactsDISI. maxScoreCache
(package private) MaxScoreCache
PhraseScorer. maxScoreCache
private MaxScoreCache
SynonymQuery.SynonymScorer. maxScoreCache
private MaxScoreCache
TermScorer. maxScoreCache
Methods in org.apache.lucene.search that return MaxScoreCache Modifier and Type Method Description MaxScoreCache
ImpactsDISI. getMaxScoreCache()
Get theMaxScoreCache
.Constructors in org.apache.lucene.search with parameters of type MaxScoreCache Constructor Description ImpactsDISI(DocIdSetIterator in, MaxScoreCache maxScoreCache)
Sole constructor.
-