Package | Description |
---|---|
org.apache.lucene.codecs.blockterms |
Pluggable term index / block terms dictionary implementations.
|
org.apache.lucene.codecs.memory |
Term dictionary, DocValues or Postings formats that are read
entirely into memory.
|
org.apache.lucene.util.fst |
Finite state transducers
|
Modifier and Type | Field and Description |
---|---|
private PositiveIntOutputs |
VariableGapTermsIndexReader.fstOutputs |
private PositiveIntOutputs |
VariableGapTermsIndexWriter.FSTFieldWriter.fstOutputs |
Modifier and Type | Field and Description |
---|---|
private PositiveIntOutputs |
FSTOrdTermsWriter.TermsWriter.outputs |
Modifier and Type | Field and Description |
---|---|
private static PositiveIntOutputs |
PositiveIntOutputs.singleton |
Modifier and Type | Method and Description |
---|---|
static PositiveIntOutputs |
PositiveIntOutputs.getSingleton() |