Interface Node
- All Known Implementing Classes:
DisjunctNode,DisjunctUnionNode,IntersectNode,OptionalNode,QueryNode,UnionNode,ValueNode
public interface Node
Created by mnunberg on 2/23/18.
Base node interface
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiontoString()Returns the string form of this node.toString(Node.Parenthesize mode) Returns the string form of this node.
-
Method Details
-
toString
Returns the string form of this node.- Parameters:
mode- Whether the string should be encapsulated in parentheses(...)- Returns:
- The string query.
-
toString
String toString()Returns the string form of this node. This may be passed toUnifiedJedis.ftSearch(String, Query)
-