public class WrapQuery extends NaryNode
NaryNode.ScoreAction
Modifier and Type | Field and Description |
---|---|
AttrGraphFields |
attrGraphFields |
java.lang.String |
configFilter |
boolean |
equivalence |
java.util.List<Node> |
postFilters |
NaryNode.ScoreAction |
scoreAction |
Node |
volume |
indexOptions
Constructor and Description |
---|
WrapQuery() |
WrapQuery(AttrGraphFields attrGraphFields,
java.lang.String configFilter,
Node volume,
java.util.List<Node> children,
java.util.List<Node> postFilters,
IndexOptions options) |
WrapQuery(WrapQuery other) |
Modifier and Type | Method and Description |
---|---|
Node |
accept(NodeVisitor visitor) |
Node |
cloneNode() |
NaryNode.ScoreAction |
getScoreAction() |
WrapQuery |
setEquivalence() |
WrapQuery |
setMAX()
Switch this Or node to MAX operation on the score
|
void |
toELLQL(java.lang.StringBuilder buffer,
boolean sortNAry) |
addChild, addChildren, contentToELLQLSeq, copyContentFrom, copyContentTo, doubleToEllqlString, getContent, getContentSize, getContentUnsafe, setContent
copyOptionsFrom, escapeStr, getHighlight, toELLQLBinary, toELLQLConstant, toELLQLNAry, toELLQLUnary, unEscapeStr
public NaryNode.ScoreAction scoreAction
public boolean equivalence
public AttrGraphFields attrGraphFields
public java.lang.String configFilter
public Node volume
public java.util.List<Node> postFilters
public WrapQuery()
public WrapQuery(AttrGraphFields attrGraphFields, java.lang.String configFilter, Node volume, java.util.List<Node> children, java.util.List<Node> postFilters, IndexOptions options)
public WrapQuery(WrapQuery other)
public WrapQuery setMAX()
public NaryNode.ScoreAction getScoreAction()
public WrapQuery setEquivalence()
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.