org.apache.lucene.util.fst
Class Builder.FreezeTail<T>

java.lang.Object
  extended by org.apache.lucene.util.fst.Builder.FreezeTail<T>
Enclosing class:
Builder<T>

public abstract static class Builder.FreezeTail<T>
extends Object

Expert: this is invoked by Builder whenever a suffix is serialized.


Constructor Summary
Builder.FreezeTail()
           
 
Method Summary
abstract  void freeze(Builder.UnCompiledNode<T>[] frontier, int prefixLenPlus1, IntsRef prevInput)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Builder.FreezeTail

public Builder.FreezeTail()
Method Detail

freeze

public abstract void freeze(Builder.UnCompiledNode<T>[] frontier,
                            int prefixLenPlus1,
                            IntsRef prevInput)
                     throws IOException
Throws:
IOException


Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.