Uses of Class
org.apache.lucene.index.Impacts
-
Packages that use Impacts Package Description org.apache.lucene.backward_codecs.lucene50 Lucene 5.0 file format.org.apache.lucene.backward_codecs.lucene84 Lucene 8.4 file format.org.apache.lucene.codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.internal.tests Internal bridges to package-private internals, for use by the lucene test framework only.org.apache.lucene.search Code to search indices. -
-
Uses of Impacts in org.apache.lucene.backward_codecs.lucene50
Fields in org.apache.lucene.backward_codecs.lucene50 declared as Impacts Modifier and Type Field Description private Impacts
Lucene50ScoreSkipReader. impacts
Methods in org.apache.lucene.backward_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.backward_codecs.lucene84
Fields in org.apache.lucene.backward_codecs.lucene84 declared as Impacts Modifier and Type Field Description private Impacts
Lucene84ScoreSkipReader. impacts
Methods in org.apache.lucene.backward_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.codecs.lucene90
Fields in org.apache.lucene.codecs.lucene90 declared as Impacts Modifier and Type Field Description private Impacts
Lucene90ScoreSkipReader. impacts
Methods in org.apache.lucene.codecs.lucene90 that return Impacts Modifier and Type Method Description Impacts
Lucene90PostingsReader.BlockImpactsDocsEnum. getImpacts()
Impacts
Lucene90PostingsReader.BlockImpactsEverythingEnum. getImpacts()
Impacts
Lucene90PostingsReader.BlockImpactsPostingsEnum. getImpacts()
(package private) Impacts
Lucene90ScoreSkipReader. getImpacts()
-
Uses of Impacts in org.apache.lucene.codecs.simpletext
Fields in org.apache.lucene.codecs.simpletext declared as Impacts Modifier and Type Field Description private Impacts
SimpleTextSkipReader. impacts
Methods in org.apache.lucene.codecs.simpletext that return Impacts Modifier and Type Method Description Impacts
SimpleTextFieldsReader.SimpleTextDocsEnum. getImpacts()
Impacts
SimpleTextFieldsReader.SimpleTextPostingsEnum. getImpacts()
(package private) Impacts
SimpleTextSkipReader. 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)
For use in tests only. -
Uses of Impacts in org.apache.lucene.internal.tests
Methods in org.apache.lucene.internal.tests with parameters of type Impacts Modifier and Type Method Description void
IndexPackageAccess. checkImpacts(Impacts impacts, int max)
-
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.
-