Package | Description |
---|---|
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 | Field and Description |
---|---|
(package private) static Lucene50PostingsFormat.IntBlockTermState |
Lucene50PostingsWriter.emptyState |
(package private) Lucene50PostingsFormat.IntBlockTermState |
Lucene50PostingsWriter.lastState |
Modifier and Type | Method and Description |
---|---|
Lucene50PostingsFormat.IntBlockTermState |
Lucene50PostingsFormat.IntBlockTermState.clone() |
Lucene50PostingsFormat.IntBlockTermState |
Lucene50PostingsWriter.newTermState() |
Modifier and Type | Method and Description |
---|---|
PostingsEnum |
Lucene50PostingsReader.BlockPostingsEnum.reset(Lucene50PostingsFormat.IntBlockTermState termState) |
PostingsEnum |
Lucene50PostingsReader.BlockDocsEnum.reset(Lucene50PostingsFormat.IntBlockTermState termState,
int flags) |
Lucene50PostingsReader.EverythingEnum |
Lucene50PostingsReader.EverythingEnum.reset(Lucene50PostingsFormat.IntBlockTermState termState,
int flags) |
Constructor and Description |
---|
BlockImpactsEverythingEnum(FieldInfo fieldInfo,
Lucene50PostingsFormat.IntBlockTermState termState,
int flags) |