Example usage for org.apache.lucene.queryparser.flexible.core.nodes ModifierQueryNode subclass-usage

List of usage examples for org.apache.lucene.queryparser.flexible.core.nodes ModifierQueryNode subclass-usage

Introduction

In this page you can find the example usage for org.apache.lucene.queryparser.flexible.core.nodes ModifierQueryNode subclass-usage.

Usage

From source file com.sindicetech.siren.qparser.tree.nodes.ChildQueryNode.java

/**
 * This query node represents a child clause for a twig query. It has the same
 * behaviour than {@link ModifierQueryNode}.
 */
public class ChildQueryNode extends ModifierQueryNode {

From source file com.sindicetech.siren.qparser.tree.nodes.DescendantQueryNode.java

/**
 * This query node represents a descendant clause for a twig query and holds
 * the associated level of the descendant clause. It has the
 * same behaviour than {@link ModifierQueryNode}.
 */
public class DescendantQueryNode extends ModifierQueryNode {

From source file org.sindice.siren.qparser.json.nodes.ChildQueryNode.java

/**
 * This query node represents a child clause for a twig query. It has the same
 * behaviour than {@link ModifierQueryNode}.
 */
public class ChildQueryNode extends ModifierQueryNode {

From source file org.sindice.siren.qparser.json.nodes.DescendantQueryNode.java

/**
 * This query node represents a descendant clause for a twig query and holds
 * the associated level of the descendant clause. It has the
 * same behaviour than {@link ModifierQueryNode}.
 */
public class DescendantQueryNode extends ModifierQueryNode {