List of usage examples for org.apache.lucene.queryparser.flexible.core.nodes FieldableNode interface-usage
From source file com.sindicetech.siren.qparser.keyword.nodes.TwigQueryNode.java
/**
* A {@link TwigQueryNode} represents a structured query, i.e., a {@link TwigQuery}.
*
* <p>
*
* It is composed of two nodes, a root and of a direct child.
From source file com.sindicetech.siren.qparser.tree.nodes.TwigQueryNode.java
/** * This query node represents a twig query that holds a root query's node * boolean expression and a list of elements which can be either a * {@link ChildQueryNode} or a {@link DescendantQueryNode}. */ public class TwigQueryNode extends QueryNodeImpl implements FieldableNode {
From source file org.sindice.siren.qparser.json.nodes.TwigQueryNode.java
/** * This query node represents a twig query that holds a root query's node * boolean expression and a list of elements which can be either a * {@link ChildQueryNode} or a {@link DescendantQueryNode}. */ public class TwigQueryNode extends QueryNodeImpl implements FieldableNode {
From source file org.sindice.siren.qparser.keyword.nodes.TwigQueryNode.java
/**
* A {@link TwigQueryNode} represents a structured query, i.e., a {@link TwigQuery}.
*
* <p>
*
* It is composed of two nodes, a root and of a direct child.