public class And extends NaryNode
NaryNode.ScoreAction
Modifier and Type | Field and Description |
---|---|
boolean |
naturalSequence |
NaryNode.ScoreAction |
scoreAction |
indexOptions
Constructor and Description |
---|
And() |
And(And other) |
And(java.util.List<Node> children,
IndexOptions options) |
And(NaryNode.ScoreAction action) |
And(Node... children)
Create a boolean intersection of several nodes
|
Modifier and Type | Method and Description |
---|---|
Node |
accept(NodeVisitor visitor) |
Node |
cloneNode() |
NaryNode.ScoreAction |
getScoreAction() |
And |
setMAX()
Switch this And node to MAX operation on the score
|
And |
setNatural() |
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 naturalSequence
public And()
public And(NaryNode.ScoreAction action)
public And(And other)
public And(Node... children)
public And(java.util.List<Node> children, IndexOptions options)
public And setMAX()
public And setNatural()
public NaryNode.ScoreAction getScoreAction()
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.