public class Split extends Node
Modifier and Type | Field and Description |
---|---|
Node |
node
The node on which to match
|
Node |
separator
The node whose positions will act as separators
|
indexOptions
Constructor and Description |
---|
Split() |
Split(Node node,
Node separator)
Create a split match
|
Split(Node node,
Node separator,
IndexOptions options) |
Modifier and Type | Method and Description |
---|---|
Node |
accept(NodeVisitor visitor) |
Node |
cloneNode() |
Node |
getNode() |
Node |
getSeparator() |
void |
setNode(Node node) |
void |
setSeparator(Node separator) |
void |
toELLQL(java.lang.StringBuilder buffer,
boolean sortNAry) |
copyOptionsFrom, escapeStr, getHighlight, toELLQLBinary, toELLQLConstant, toELLQLNAry, toELLQLUnary, unEscapeStr
public Node node
public Node separator
public Split()
public Split(Node node, Node separator)
node
- The node on which to matchseparator
- The node whose positions will act as separatorspublic Split(Node node, Node separator, IndexOptions options)
public void toELLQL(java.lang.StringBuilder buffer, boolean sortNAry)
public Node accept(NodeVisitor visitor) throws QueryProcessingException
accept
in class Node
QueryProcessingException
Copyright © 2013 Dassault Systèmes, All Rights Reserved.