Uses of Class
org.apache.lucene.codecs.CompetitiveImpactAccumulator
-
Packages that use CompetitiveImpactAccumulator Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene84 Components from the Lucene 8.4 index format. -
-
Uses of CompetitiveImpactAccumulator in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs with parameters of type CompetitiveImpactAccumulator Modifier and Type Method Description voidCompetitiveImpactAccumulator. addAll(CompetitiveImpactAccumulator acc)Mergeaccinto this. -
Uses of CompetitiveImpactAccumulator in org.apache.lucene.codecs.lucene84
Fields in org.apache.lucene.codecs.lucene84 declared as CompetitiveImpactAccumulator Modifier and Type Field Description private CompetitiveImpactAccumulatorLucene84PostingsWriter. competitiveFreqNormAccumulatorprivate CompetitiveImpactAccumulator[]Lucene84SkipWriter. curCompetitiveFreqNormsMethods in org.apache.lucene.codecs.lucene84 with parameters of type CompetitiveImpactAccumulator Modifier and Type Method Description voidLucene84SkipWriter. bufferSkip(int doc, CompetitiveImpactAccumulator competitiveFreqNorms, int numDocs, long posFP, long payFP, int posBufferUpto, int payloadByteUpto)Sets the values for the current skip data.(package private) static voidLucene84SkipWriter. writeImpacts(CompetitiveImpactAccumulator acc, DataOutput out)
-