Uses of Class
org.apache.lucene.index.Impacts
-
Packages that use Impacts Package Description org.apache.lucene.codecs.lucene50 Components from the Lucene 5.0 index format Seeorg.apache.lucene.codecs.lucene80
for an overview of the index format.org.apache.lucene.codecs.lucene84 Lucene 8.4 file format.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.search Code to search indices. -
-
Uses of Impacts in org.apache.lucene.codecs.lucene50
Fields in org.apache.lucene.codecs.lucene50 declared as Impacts Modifier and Type Field Description private Impacts
Lucene50ScoreSkipReader. impacts
Methods in org.apache.lucene.codecs.lucene50 that return Impacts Modifier and Type Method Description Impacts
Lucene50PostingsReader.BlockImpactsEverythingEnum. getImpacts()
Impacts
Lucene50PostingsReader.BlockImpactsPostingsEnum. getImpacts()
(package private) Impacts
Lucene50ScoreSkipReader. getImpacts()
-
Uses of Impacts in org.apache.lucene.codecs.lucene84
Fields in org.apache.lucene.codecs.lucene84 declared as Impacts Modifier and Type Field Description private Impacts
Lucene84ScoreSkipReader. impacts
Methods in org.apache.lucene.codecs.lucene84 that return Impacts Modifier and Type Method Description Impacts
Lucene84PostingsReader.BlockImpactsDocsEnum. getImpacts()
Impacts
Lucene84PostingsReader.BlockImpactsEverythingEnum. getImpacts()
Impacts
Lucene84PostingsReader.BlockImpactsPostingsEnum. getImpacts()
(package private) Impacts
Lucene84ScoreSkipReader. getImpacts()
-
Uses of Impacts in org.apache.lucene.index
Fields in org.apache.lucene.index declared as Impacts Modifier and Type Field Description private static Impacts
SlowImpactsEnum. DUMMY_IMPACTS
Methods in org.apache.lucene.index that return Impacts Modifier and Type Method Description Impacts
ImpactsSource. getImpacts()
Get information about upcoming impacts for doc ids that are greater than or equal to the maximum ofDocIdSetIterator.docID()
and the last target that was passed toImpactsSource.advanceShallow(int)
.Impacts
SlowImpactsEnum. getImpacts()
Methods in org.apache.lucene.index with parameters of type Impacts Modifier and Type Method Description (package private) static void
CheckIndex. checkImpacts(Impacts impacts, int lastTarget)
-
Uses of Impacts in org.apache.lucene.search
Methods in org.apache.lucene.search with parameters of type Impacts Modifier and Type Method Description private int
MaxScoreCache. getSkipLevel(Impacts impacts, float minScore)
Return the maximum level at which scores are all less thanminScore
, or -1 if none.
-