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 PositiveIntOutputs
VariableGapTermsIndexReader. fstOutputs
private PositiveIntOutputs
VariableGapTermsIndexWriter.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 PositiveIntOutputs
PositiveIntOutputs. singleton
Methods in org.apache.lucene.util.fst that return PositiveIntOutputs Modifier and Type Method Description static PositiveIntOutputs
PositiveIntOutputs. getSingleton()
-