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 ImpactsLucene50ScoreSkipReader. impactsMethods in org.apache.lucene.backward_codecs.lucene50 that return Impacts Modifier and Type Method Description ImpactsLucene50PostingsReader.BlockImpactsEverythingEnum. getImpacts()ImpactsLucene50PostingsReader.BlockImpactsPostingsEnum. getImpacts()(package private) ImpactsLucene50ScoreSkipReader. 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 ImpactsLucene84ScoreSkipReader. impactsMethods in org.apache.lucene.backward_codecs.lucene84 that return Impacts Modifier and Type Method Description ImpactsLucene84PostingsReader.BlockImpactsDocsEnum. getImpacts()ImpactsLucene84PostingsReader.BlockImpactsEverythingEnum. getImpacts()ImpactsLucene84PostingsReader.BlockImpactsPostingsEnum. getImpacts()(package private) ImpactsLucene84ScoreSkipReader. 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 ImpactsLucene90ScoreSkipReader. impactsMethods in org.apache.lucene.codecs.lucene90 that return Impacts Modifier and Type Method Description ImpactsLucene90PostingsReader.BlockImpactsDocsEnum. getImpacts()ImpactsLucene90PostingsReader.BlockImpactsEverythingEnum. getImpacts()ImpactsLucene90PostingsReader.BlockImpactsPostingsEnum. getImpacts()(package private) ImpactsLucene90ScoreSkipReader. 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 ImpactsSimpleTextSkipReader. impactsMethods in org.apache.lucene.codecs.simpletext that return Impacts Modifier and Type Method Description ImpactsSimpleTextFieldsReader.SimpleTextDocsEnum. getImpacts()ImpactsSimpleTextFieldsReader.SimpleTextPostingsEnum. getImpacts()(package private) ImpactsSimpleTextSkipReader. 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 ImpactsSlowImpactsEnum. DUMMY_IMPACTSMethods in org.apache.lucene.index that return Impacts Modifier and Type Method Description ImpactsImpactsSource. 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).ImpactsSlowImpactsEnum. getImpacts()Methods in org.apache.lucene.index with parameters of type Impacts Modifier and Type Method Description (package private) static voidCheckIndex. 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 voidIndexPackageAccess. 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 intMaxScoreCache. getSkipLevel(Impacts impacts, float minScore)Return the maximum level at which scores are all less thanminScore, or -1 if none.
-