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.lucene80for an overview of the index format.org.apache.lucene.codecs.lucene84 Components from the Lucene 8.4 index 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 ImpactsLucene50ScoreSkipReader. impactsMethods in org.apache.lucene.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.codecs.lucene84
Fields in org.apache.lucene.codecs.lucene84 declared as Impacts Modifier and Type Field Description private ImpactsLucene84ScoreSkipReader. impactsMethods in org.apache.lucene.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.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) -
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.
-