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.codecs.simpletext |
Simpletext Codec: writes human readable postings.
|
Modifier and Type | Field and Description |
---|---|
private BytesRefFSTEnum<java.lang.Long> |
VariableGapTermsIndexReader.IndexEnum.fstEnum |
Modifier and Type | Field and Description |
---|---|
(package private) BytesRefFSTEnum<java.lang.Long> |
FSTOrdTermsReader.TermsReader.SegmentTermsEnum.fstEnum |
(package private) BytesRefFSTEnum<FSTTermOutputs.TermData> |
FSTTermsReader.TermsReader.SegmentTermsEnum.fstEnum |
Modifier and Type | Field and Description |
---|---|
private BytesRefFSTEnum<PairOutputs.Pair<java.lang.Long,PairOutputs.Pair<java.lang.Long,java.lang.Long>>> |
SimpleTextFieldsReader.SimpleTextTermsEnum.fstEnum |