Uses of Class
org.apache.lucene.util.fst.BytesRefFSTEnum
-
Packages that use BytesRefFSTEnum 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.org.apache.lucene.codecs.uniformsplit Pluggable term index / block terms dictionary implementations. -
-
Uses of BytesRefFSTEnum in org.apache.lucene.codecs.blockterms
Fields in org.apache.lucene.codecs.blockterms declared as BytesRefFSTEnum Modifier and Type Field Description private BytesRefFSTEnum<java.lang.Long>
VariableGapTermsIndexReader.IndexEnum. fstEnum
-
Uses of BytesRefFSTEnum in org.apache.lucene.codecs.memory
Fields in org.apache.lucene.codecs.memory declared as BytesRefFSTEnum Modifier and Type Field Description (package private) BytesRefFSTEnum<FSTTermOutputs.TermData>
FSTTermsReader.TermsReader.SegmentTermsEnum. fstEnum
-
Uses of BytesRefFSTEnum in org.apache.lucene.codecs.simpletext
Fields in org.apache.lucene.codecs.simpletext declared as BytesRefFSTEnum Modifier and Type Field Description private BytesRefFSTEnum<PairOutputs.Pair<java.lang.Long,PairOutputs.Pair<java.lang.Long,java.lang.Long>>>
SimpleTextFieldsReader.SimpleTextTermsEnum. fstEnum
-
Uses of BytesRefFSTEnum in org.apache.lucene.codecs.uniformsplit
Fields in org.apache.lucene.codecs.uniformsplit declared as BytesRefFSTEnum Modifier and Type Field Description protected BytesRefFSTEnum<java.lang.Long>
FSTDictionary.Browser. fstEnum
-