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 void
CompetitiveImpactAccumulator. addAll(CompetitiveImpactAccumulator acc)
Mergeacc
into this.void
CompetitiveImpactAccumulator. copy(CompetitiveImpactAccumulator acc)
Replace the content of thisacc
with 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 void
Lucene99SkipWriter. bufferSkip(int doc, CompetitiveImpactAccumulator competitiveFreqNorms, int numDocs, long posFP, long payFP, int posBufferUpto, int payloadByteUpto)
Sets the values for the current skip data.static void
Lucene99SkipWriter. writeImpacts(CompetitiveImpactAccumulator acc, DataOutput out)
-