public class Separator extends IndexValue
Modifier and Type | Class and Description |
---|---|
static class |
Separator.SeparatorType |
field
indexOptions
Constructor and Description |
---|
Separator(Separator.SeparatorType type)
Create a new separator of the given type, without field (index2)
|
Separator(Separator.SeparatorType type,
java.lang.String field)
Create a new separator of the given type on given field (index6)
|
Separator(Separator.SeparatorType type,
java.lang.String field,
IndexOptions options) |
Modifier and Type | Method and Description |
---|---|
Node |
accept(NodeVisitor visitor) |
Node |
cloneNode() |
Separator.SeparatorType |
getType()
Get the type of separator
|
void |
setType(Separator.SeparatorType type)
Set the type of separator
|
void |
toELLQL(java.lang.StringBuilder buffer,
boolean sortNAry) |
getField, setField
copyOptionsFrom, escapeStr, getHighlight, toELLQLBinary, toELLQLConstant, toELLQLNAry, toELLQLUnary, unEscapeStr
public Separator(Separator.SeparatorType type)
public Separator(Separator.SeparatorType type, java.lang.String field)
public Separator(Separator.SeparatorType type, java.lang.String field, IndexOptions options)
public Separator.SeparatorType getType()
public void setType(Separator.SeparatorType type)
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.