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
See
org.apache.lucene.codecs.lucene80 for an overview
of the index format. |
Modifier and Type | Method and Description |
---|---|
void |
CompetitiveImpactAccumulator.addAll(CompetitiveImpactAccumulator acc)
Merge
acc into this. |
Modifier and Type | Field and Description |
---|---|
private CompetitiveImpactAccumulator |
Lucene50PostingsWriter.competitiveFreqNormAccumulator |
private CompetitiveImpactAccumulator[] |
Lucene50SkipWriter.curCompetitiveFreqNorms |
Modifier and Type | Method and Description |
---|---|
void |
Lucene50SkipWriter.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 |
Lucene50SkipWriter.writeImpacts(CompetitiveImpactAccumulator acc,
IndexOutput out) |