Java org.apache.lucene.util.fst Builder fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.util.fst Builder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.util.fst Builder.

The text is from its open source code.

Constructor

Builder(FST.INPUT_TYPE inputType, Outputs outputs)
Instantiates an FST/FSA builder without any pruning.

Method

voidadd(IntsRef input, T output)
Add the next input/output pair.
FSTfinish()
Returns final FST.