Uses of Class
org.apache.lucene.util.fst.Outputs
Packages that use Outputs
Package
Description
Normalization of text before the tokenizer.
BlockTree terms dictionary.
Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.
BlockTree terms dictionary.
Term dictionary, DocValues or Postings formats that are read entirely into memory.
Misc FST classes.
Finite state transducers
-
Uses of Outputs in org.apache.lucene.analysis.charfilter
Fields in org.apache.lucene.analysis.charfilter declared as Outputs -
Uses of Outputs in org.apache.lucene.backward_codecs.lucene40.blocktree
Fields in org.apache.lucene.backward_codecs.lucene40.blocktree declared as OutputsModifier and TypeFieldDescriptionLucene40BlockTreeTermsReader.FST_OUTPUTS
IntersectTermsEnum.fstOutputs
-
Uses of Outputs in org.apache.lucene.codecs.blocktreeords
Subclasses of Outputs in org.apache.lucene.codecs.blocktreeordsModifier and TypeClassDescription(package private) final class
A custom FST outputs implementation that stores block data (BytesRef), long ordStart, long numTerms. -
Uses of Outputs in org.apache.lucene.codecs.lucene90.blocktree
Fields in org.apache.lucene.codecs.lucene90.blocktree declared as Outputs -
Uses of Outputs in org.apache.lucene.codecs.memory
Subclasses of Outputs in org.apache.lucene.codecs.memoryModifier and TypeClassDescription(package private) class
An FSTOutputs
implementation forFSTTermsWriter
.Fields in org.apache.lucene.codecs.memory declared as OutputsModifier and TypeFieldDescription(package private) final Outputs
<FSTTermOutputs.TermData> FSTTermsReader.TermsReader.IntersectTermsEnum.fstOutputs
-
Uses of Outputs in org.apache.lucene.misc.util.fst
Subclasses of Outputs in org.apache.lucene.misc.util.fstModifier and TypeClassDescriptionfinal class
Wraps another Outputs implementation and encodes one or more of its output values.final class
An FSTOutputs
implementation where each output is one or two non-negative long values.Fields in org.apache.lucene.misc.util.fst declared as OutputsConstructors in org.apache.lucene.misc.util.fst with parameters of type Outputs -
Uses of Outputs in org.apache.lucene.util.fst
Subclasses of Outputs in org.apache.lucene.util.fstModifier and TypeClassDescriptionfinal class
An FSTOutputs
implementation where each output is a sequence of bytes.final class
An FSTOutputs
implementation where each output is a sequence of characters.final class
An FSTOutputs
implementation where each output is a sequence of ints.final class
A null FSTOutputs
implementation; use this if you just want to build an FSA.class
PairOutputs<A,
B> An FSTOutputs
implementation, holding two other outputs.final class
An FSTOutputs
implementation where each output is a non-negative long value.Fields in org.apache.lucene.util.fst declared as OutputsModifier and TypeFieldDescriptionFST.FSTMetadata.outputs
FST.outputs
FSTCompiler.Builder.outputs
PairOutputs.outputs1
PairOutputs.outputs2
Methods in org.apache.lucene.util.fst with parameters of type OutputsModifier and TypeMethodDescriptionstatic <T> FST
<T> Reads an automaton from a file.static <T> FST.FSTMetadata
<T> FST.readMetadata
(DataInput metaIn, Outputs<T> outputs) Read the FST metadata from DataInputConstructors in org.apache.lucene.util.fst with parameters of type OutputsModifierConstructorDescriptionBuilder
(FST.INPUT_TYPE inputType, Outputs<T> outputs) private
FSTCompiler
(FST.INPUT_TYPE inputType, double suffixRAMLimitMB, Outputs<T> outputs, boolean allowFixedLengthArcs, DataOutput dataOutput, float directAddressingMaxOversizingFactor, int version) FSTMetadata
(FST.INPUT_TYPE inputType, Outputs<T> outputs, T emptyOutput, long startNode, int version, long numBytes) PairOutputs
(Outputs<A> outputs1, Outputs<B> outputs2)