Example usage for org.apache.lucene.queryparser.flexible.standard.nodes AbstractRangeQueryNode subclass-usage

List of usage examples for org.apache.lucene.queryparser.flexible.standard.nodes AbstractRangeQueryNode subclass-usage

Introduction

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

Usage

From source file com.sindicetech.siren.qparser.keyword.nodes.NodeNumericRangeQueryNode.java

/**
 * This {@link QueryNode} represents a range query composed by
 * {@link NodeNumericQueryNode} bounds, which means the bound values are
 * {@link Number}s.
 *
 * <p>

From source file org.sindice.siren.qparser.keyword.nodes.NodeNumericRangeQueryNode.java

/**
 * This {@link QueryNode} represents a range query composed by
 * {@link NodeNumericQueryNode} bounds, which means the bound values are
 * {@link Number}s.
 *
 * <p>