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_OUTPUTSIntersectTermsEnum.fstOutputs -
Uses of Outputs in org.apache.lucene.codecs.blocktreeords
Subclasses of Outputs in org.apache.lucene.codecs.blocktreeordsModifier and TypeClassDescription(package private) final classA 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) classAn FSTOutputsimplementation 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 classWraps another Outputs implementation and encodes one or more of its output values.final classAn FSTOutputsimplementation 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 classAn FSTOutputsimplementation where each output is a sequence of bytes.final classAn FSTOutputsimplementation where each output is a sequence of characters.final classAn FSTOutputsimplementation where each output is a sequence of ints.final classA null FSTOutputsimplementation; use this if you just want to build an FSA.classPairOutputs<A,B> An FSTOutputsimplementation, holding two other outputs.final classAn FSTOutputsimplementation where each output is a non-negative long value.Fields in org.apache.lucene.util.fst declared as OutputsModifier and TypeFieldDescriptionFST.FSTMetadata.outputsFST.outputsFSTCompiler.Builder.outputsPairOutputs.outputs1PairOutputs.outputs2Methods 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) privateFSTCompiler(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)