Uses of Class
org.apache.solr.spelling.suggest.jaspell.JaspellTernarySearchTrie.TSTNode
-
Packages that use JaspellTernarySearchTrie.TSTNode Package Description org.apache.solr.spelling.suggest.jaspell -
-
Uses of JaspellTernarySearchTrie.TSTNode in org.apache.solr.spelling.suggest.jaspell
Methods in org.apache.solr.spelling.suggest.jaspell that return JaspellTernarySearchTrie.TSTNode Modifier and Type Method Description JaspellTernarySearchTrie.TSTNodeJaspellTernarySearchTrie. getNode(CharSequence key)Deprecated.Returns the node indexed by key, ornullif that node doesn't exist.protected JaspellTernarySearchTrie.TSTNodeJaspellTernarySearchTrie. getNode(CharSequence key, JaspellTernarySearchTrie.TSTNode startNode)Deprecated.Returns the node indexed by key, ornullif that node doesn't exist.protected JaspellTernarySearchTrie.TSTNodeJaspellTernarySearchTrie. getOrCreateNode(CharSequence key)Deprecated.Returns the node indexed by key, creating that node if it doesn't exist, and creating any required intermediate nodes if they don't exist.Methods in org.apache.solr.spelling.suggest.jaspell with parameters of type JaspellTernarySearchTrie.TSTNode Modifier and Type Method Description protected StringJaspellTernarySearchTrie. getKey(JaspellTernarySearchTrie.TSTNode node)Deprecated.Returns the key that indexes the node argument.protected JaspellTernarySearchTrie.TSTNodeJaspellTernarySearchTrie. getNode(CharSequence key, JaspellTernarySearchTrie.TSTNode startNode)Deprecated.Returns the node indexed by key, ornullif that node doesn't exist.protected intJaspellTernarySearchTrie. numDataNodes(JaspellTernarySearchTrie.TSTNode startingNode)Deprecated.Returns the number of nodes in the subtrie below and including the starting node.protected intJaspellTernarySearchTrie. numNodes(JaspellTernarySearchTrie.TSTNode startingNode)Deprecated.Returns the total number of nodes in the subtrie below and including the starting Node.protected List<String>JaspellTernarySearchTrie. sortKeys(JaspellTernarySearchTrie.TSTNode startNode, int numReturnValues)Deprecated.Returns keys sorted in alphabetical order.
-