Uses of Class
org.apache.lucene.index.Impacts
Packages that use Impacts
Package
Description
Lucene 5.0 file format.
Lucene 8.4 file format.
Lucene 9.0 file format.
Lucene 9.9 file format.
Simpletext Codec: writes human readable postings.
Code to maintain and access indices.
Internal bridges to package-private internals, for use by the lucene test framework only.
Code to search indices.
-
Uses of Impacts in org.apache.lucene.backward_codecs.lucene50
Fields in org.apache.lucene.backward_codecs.lucene50 declared as ImpactsMethods in org.apache.lucene.backward_codecs.lucene50 that return ImpactsModifier and TypeMethodDescriptionLucene50PostingsReader.BlockImpactsEverythingEnum.getImpacts()
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 ImpactsMethods in org.apache.lucene.backward_codecs.lucene84 that return ImpactsModifier and TypeMethodDescriptionLucene84PostingsReader.BlockImpactsDocsEnum.getImpacts()
Lucene84PostingsReader.BlockImpactsEverythingEnum.getImpacts()
Lucene84PostingsReader.BlockImpactsPostingsEnum.getImpacts()
(package private) Impacts
Lucene84ScoreSkipReader.getImpacts()
-
Uses of Impacts in org.apache.lucene.backward_codecs.lucene90
Fields in org.apache.lucene.backward_codecs.lucene90 declared as ImpactsMethods in org.apache.lucene.backward_codecs.lucene90 that return ImpactsModifier and TypeMethodDescriptionLucene90PostingsReader.BlockImpactsDocsEnum.getImpacts()
Lucene90PostingsReader.BlockImpactsEverythingEnum.getImpacts()
Lucene90PostingsReader.BlockImpactsPostingsEnum.getImpacts()
(package private) Impacts
Lucene90ScoreSkipReader.getImpacts()
-
Uses of Impacts in org.apache.lucene.codecs.lucene99
Fields in org.apache.lucene.codecs.lucene99 declared as ImpactsMethods in org.apache.lucene.codecs.lucene99 that return ImpactsModifier and TypeMethodDescriptionLucene99PostingsReader.BlockImpactsDocsEnum.getImpacts()
Lucene99PostingsReader.BlockImpactsEverythingEnum.getImpacts()
Lucene99PostingsReader.BlockImpactsPostingsEnum.getImpacts()
(package private) Impacts
Lucene99ScoreSkipReader.getImpacts()
-
Uses of Impacts in org.apache.lucene.codecs.simpletext
Fields in org.apache.lucene.codecs.simpletext declared as ImpactsMethods in org.apache.lucene.codecs.simpletext that return ImpactsModifier and TypeMethodDescriptionSimpleTextFieldsReader.SimpleTextDocsEnum.getImpacts()
SimpleTextFieldsReader.SimpleTextPostingsEnum.getImpacts()
(package private) Impacts
SimpleTextSkipReader.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 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 -
Uses of Impacts in org.apache.lucene.search
Methods in org.apache.lucene.search with parameters of type ImpactsModifier and TypeMethodDescriptionprivate int
MaxScoreCache.getSkipLevel
(Impacts impacts, float minScore) Return the maximum level at which scores are all less thanminScore
, or -1 if none.