Package org.apache.lucene.util.fst
Class Builder.FreezeTail<T>
java.lang.Object
org.apache.lucene.util.fst.Builder.FreezeTail<T>
Expert: this is invoked by Builder whenever a suffix
is serialized.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
freeze
(Builder.UnCompiledNode<T>[] frontier, int prefixLenPlus1, IntsRef prevInput)
-
Constructor Details
-
FreezeTail
public FreezeTail()
-
-
Method Details
-
freeze
public abstract void freeze(Builder.UnCompiledNode<T>[] frontier, int prefixLenPlus1, IntsRef prevInput) throws IOException - Throws:
IOException
-