Uses of Class
org.apache.lucene.index.Impacts
Packages that use Impacts
Package
Description
Components from the Lucene 5.0 index format
See
org.apache.lucene.codecs.lucene80 for an overview
of the index format.Components from the Lucene 8.4 index format.
Code to maintain and access indices.
Code to search indices.
-
Uses of Impacts in org.apache.lucene.codecs.lucene50
Fields in org.apache.lucene.codecs.lucene50 declared as ImpactsMethods in org.apache.lucene.codecs.lucene50 that return ImpactsModifier and TypeMethodDescriptionLucene50PostingsReader.BlockImpactsEverythingEnum.getImpacts()Lucene50PostingsReader.BlockImpactsPostingsEnum.getImpacts()(package private) ImpactsLucene50ScoreSkipReader.getImpacts() -
Uses of Impacts in org.apache.lucene.codecs.lucene84
Fields in org.apache.lucene.codecs.lucene84 declared as ImpactsMethods in org.apache.lucene.codecs.lucene84 that return ImpactsModifier and TypeMethodDescriptionLucene84PostingsReader.BlockImpactsDocsEnum.getImpacts()Lucene84PostingsReader.BlockImpactsEverythingEnum.getImpacts()Lucene84PostingsReader.BlockImpactsPostingsEnum.getImpacts()(package private) ImpactsLucene84ScoreSkipReader.getImpacts() -
Uses of Impacts in org.apache.lucene.index
Fields in org.apache.lucene.index declared as ImpactsMethods in org.apache.lucene.index that return ImpactsModifier and TypeMethodDescriptionImpactsSource.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).SlowImpactsEnum.getImpacts()Methods in org.apache.lucene.index with parameters of type ImpactsModifier and TypeMethodDescription(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 ImpactsModifier and TypeMethodDescriptionprivate intMaxScoreCache.getSkipLevel(Impacts impacts, float minScore) Return the maximum level at which scores are all less thanminScore, or -1 if none.