Uses of Class
org.apache.lucene.util.fst.PositiveIntOutputs
-
Packages that use PositiveIntOutputs Package Description org.apache.lucene.codecs.blockterms Pluggable term index / block terms dictionary implementations.org.apache.lucene.util.fst Finite state transducers -
-
Uses of PositiveIntOutputs in org.apache.lucene.codecs.blockterms
Fields in org.apache.lucene.codecs.blockterms declared as PositiveIntOutputs Modifier and Type Field Description private PositiveIntOutputsVariableGapTermsIndexReader. fstOutputsprivate PositiveIntOutputsVariableGapTermsIndexWriter.FSTFieldWriter. fstOutputs -
Uses of PositiveIntOutputs in org.apache.lucene.util.fst
Fields in org.apache.lucene.util.fst declared as PositiveIntOutputs Modifier and Type Field Description private static PositiveIntOutputsPositiveIntOutputs. singletonMethods in org.apache.lucene.util.fst that return PositiveIntOutputs Modifier and Type Method Description static PositiveIntOutputsPositiveIntOutputs. getSingleton()
-