Uses of Class
org.apache.lucene.index.Impact
-
Packages that use Impact Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene50 Components from the Lucene 5.0 index format Seeorg.apache.lucene.codecs.lucene80
for 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 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.lucene50
Fields in org.apache.lucene.codecs.lucene50 declared as Impact Modifier and Type Field Description (package private) Impact[]
Lucene50ScoreSkipReader.MutableImpactList. impacts
Methods in org.apache.lucene.codecs.lucene50 that return Impact Modifier and Type Method Description Impact
Lucene50ScoreSkipReader.MutableImpactList. get(int index)
-
Uses of Impact in org.apache.lucene.codecs.lucene84
Fields in org.apache.lucene.codecs.lucene84 declared as Impact Modifier and Type Field Description (package private) Impact[]
Lucene84ScoreSkipReader.MutableImpactList. impacts
Methods in org.apache.lucene.codecs.lucene84 that return Impact Modifier and Type Method Description Impact
Lucene84ScoreSkipReader.MutableImpactList. get(int index)
-
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)
-