Package | Description |
---|---|
org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
org.apache.lucene.codecs.lucene84 |
Lucene 8.4 file format.
|
Modifier and Type | Method and Description |
---|---|
void |
CompetitiveImpactAccumulator.addAll(CompetitiveImpactAccumulator acc)
Merge
acc into this. |
Modifier and Type | Field and Description |
---|---|
private CompetitiveImpactAccumulator |
Lucene84PostingsWriter.competitiveFreqNormAccumulator |
private CompetitiveImpactAccumulator[] |
Lucene84SkipWriter.curCompetitiveFreqNorms |
Modifier and Type | Method and Description |
---|---|
void |
Lucene84SkipWriter.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 void |
Lucene84SkipWriter.writeImpacts(CompetitiveImpactAccumulator acc,
DataOutput out) |