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.lucene99 Lucene 9.9 file 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.voidCompetitiveImpactAccumulator. copy(CompetitiveImpactAccumulator acc)Replace the content of thisaccwith the providedacc. -
Uses of CompetitiveImpactAccumulator in org.apache.lucene.codecs.lucene99
Methods in org.apache.lucene.codecs.lucene99 with parameters of type CompetitiveImpactAccumulator Modifier and Type Method Description voidLucene99SkipWriter. bufferSkip(int doc, CompetitiveImpactAccumulator competitiveFreqNorms, int numDocs, long posFP, long payFP, int posBufferUpto, int payloadByteUpto)Sets the values for the current skip data.static voidLucene99SkipWriter. writeImpacts(CompetitiveImpactAccumulator acc, DataOutput out)
-