Constructor UnCompiledNode
UnCompiledNode(Builder<S>, Int32)
Declaration
public UnCompiledNode(Builder<S> owner, int depth)
Parameters
Type | Name | Description |
---|---|---|
Builder<S> | owner | |
System.Int32 | depth | The node's depth starting from the automaton root. Needed for LUCENE-2934 (node expansion based on conditions other than the fanout size). |