Example usage for org.apache.lucene.queryparser.flexible.core.nodes TextableQueryNode interface-usage

List of usage examples for org.apache.lucene.queryparser.flexible.core.nodes TextableQueryNode interface-usage

Introduction

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

Usage

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

/**
 * This query node represents a node query that holds a node boolean expression
 * and a field.
 */
public class NodeQueryNode extends QueryNodeImpl
        implements FieldValuePairQueryNode<CharSequence>, TextableQueryNode {

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

/**
 * This query node represents a node query that holds a node boolean expression
 * and a field.
 */
public class NodeQueryNode extends QueryNodeImpl
        implements FieldValuePairQueryNode<CharSequence>, TextableQueryNode {