Uses of Class
org.apache.lucene.index.Impact
Packages that use Impact
Package
Description
Lucene 5.0 file format.
Lucene 8.4 file format.
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.0 file format.
Simpletext Codec: writes human readable postings.
Code to maintain and access indices.
Code to search indices.
-
Uses of Impact in org.apache.lucene.backward_codecs.lucene50
Fields in org.apache.lucene.backward_codecs.lucene50 declared as ImpactModifier and TypeFieldDescription(package private) Impact[]
Lucene50ScoreSkipReader.MutableImpactList.impacts
Methods in org.apache.lucene.backward_codecs.lucene50 that return Impact -
Uses of Impact in org.apache.lucene.backward_codecs.lucene84
Fields in org.apache.lucene.backward_codecs.lucene84 declared as ImpactModifier and TypeFieldDescription(package private) Impact[]
Lucene84ScoreSkipReader.MutableImpactList.impacts
Methods in org.apache.lucene.backward_codecs.lucene84 that return Impact -
Uses of Impact in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs with type parameters of type ImpactMethods in org.apache.lucene.codecs that return types with arguments of type ImpactModifier and TypeMethodDescriptionCompetitiveImpactAccumulator.getCompetitiveFreqNormPairs()
Get the set of competitive freq and norm pairs, ordered by increasing freq and norm.Methods in org.apache.lucene.codecs with parameters of type ImpactModifier and TypeMethodDescriptionprivate void
Method parameters in org.apache.lucene.codecs with type arguments of type Impact -
Uses of Impact in org.apache.lucene.codecs.lucene90
Fields in org.apache.lucene.codecs.lucene90 declared as ImpactModifier and TypeFieldDescription(package private) Impact[]
Lucene90ScoreSkipReader.MutableImpactList.impacts
Methods in org.apache.lucene.codecs.lucene90 that return Impact -
Uses of Impact in org.apache.lucene.codecs.simpletext
Fields in org.apache.lucene.codecs.simpletext with type parameters of type Impact -
Uses of Impact in org.apache.lucene.index
Methods in org.apache.lucene.index that return types with arguments of type ImpactModifier and TypeMethodDescriptionImpacts.getImpacts
(int level) Return impacts on the given level. -
Uses of Impact in org.apache.lucene.search
Method parameters in org.apache.lucene.search with type arguments of type ImpactModifier and TypeMethodDescriptionprivate float
MaxScoreCache.computeMaxScore
(List<Impact> impacts)