Searched defs:addNode (Results 1 - 2 of 2) sorted by relevance

/lucene-3.6.0/lucene/contrib/xml-query-parser/docs/
H A Dcctree.js242 this.rootModelNodes[id] = this.addNode(id,label,link,alwaysOpen,initiallyOpen);
245 CCTree.prototype.addNode = function(id,label,link,alwaysOpen,initiallyOpen)
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/util/fst/
H A DFST.java557 int addNode(Builder.UnCompiledNode<T> nodeIn) throws IOException { method in class:FST
558 //System.out.println("FST.addNode pos=" + writer.posWrite + " numArcs=" + nodeIn.numArcs);

Completed in 15 milliseconds