Uses of Class
org.apache.lucene.index.Impact
-
Packages that use Impact 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.backward_codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene99 Lucene 9.9 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.search Code to search indices. -
-
Uses of Impact in org.apache.lucene.backward_codecs.lucene50
Fields in org.apache.lucene.backward_codecs.lucene50 declared as Impact Modifier and Type Field Description (package private) Impact[]
Lucene50ScoreSkipReader.MutableImpactList. impacts
Methods in org.apache.lucene.backward_codecs.lucene50 that return Impact Modifier and Type Method Description Impact
Lucene50ScoreSkipReader.MutableImpactList. get(int index)
-
Uses of Impact in org.apache.lucene.backward_codecs.lucene84
Fields in org.apache.lucene.backward_codecs.lucene84 declared as Impact Modifier and Type Field Description (package private) Impact[]
Lucene84ScoreSkipReader.MutableImpactList. impacts
Methods in org.apache.lucene.backward_codecs.lucene84 that return Impact Modifier and Type Method Description Impact
Lucene84ScoreSkipReader.MutableImpactList. get(int index)
-
Uses of Impact in org.apache.lucene.backward_codecs.lucene90
Fields in org.apache.lucene.backward_codecs.lucene90 declared as Impact Modifier and Type Field Description (package private) Impact[]
Lucene90ScoreSkipReader.MutableImpactList. impacts
Methods in org.apache.lucene.backward_codecs.lucene90 that return Impact Modifier and Type Method Description Impact
Lucene90ScoreSkipReader.MutableImpactList. get(int index)
-
Uses of Impact in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs with type parameters of type Impact Modifier and Type Field Description private java.util.TreeSet<Impact>
CompetitiveImpactAccumulator. otherFreqNormPairs
Methods in org.apache.lucene.codecs that return types with arguments of type Impact Modifier and Type Method Description java.util.Collection<Impact>
CompetitiveImpactAccumulator. 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 Impact Modifier and Type Method Description private void
CompetitiveImpactAccumulator. add(Impact newEntry, java.util.TreeSet<Impact> freqNormPairs)
Method parameters in org.apache.lucene.codecs with type arguments of type Impact Modifier and Type Method Description private void
CompetitiveImpactAccumulator. add(Impact newEntry, java.util.TreeSet<Impact> freqNormPairs)
-
Uses of Impact in org.apache.lucene.codecs.lucene99
Fields in org.apache.lucene.codecs.lucene99 declared as Impact Modifier and Type Field Description (package private) Impact[]
Lucene99ScoreSkipReader.MutableImpactList. impacts
Methods in org.apache.lucene.codecs.lucene99 that return Impact Modifier and Type Method Description Impact
Lucene99ScoreSkipReader.MutableImpactList. get(int index)
-
Uses of Impact in org.apache.lucene.codecs.simpletext
Fields in org.apache.lucene.codecs.simpletext with type parameters of type Impact Modifier and Type Field Description private java.util.List<java.util.List<Impact>>
SimpleTextSkipReader. perLevelImpacts
-
Uses of Impact in org.apache.lucene.index
Methods in org.apache.lucene.index that return types with arguments of type Impact Modifier and Type Method Description abstract java.util.List<Impact>
Impacts. 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 Impact Modifier and Type Method Description private float
MaxScoreCache. computeMaxScore(java.util.List<Impact> impacts)
-