Interface IRangeQueryNode<T>
This interface should be implemented by an IQueryNode that represents some kind of range query.
Inherited Members
Namespace: Lucene.Net.QueryParsers.Flexible.Core.Nodes
Assembly: Lucene.Net.QueryParser.dll
Syntax
public interface IRangeQueryNode<T> : IRangeQueryNode, IFieldableNode, IQueryNode where T : IFieldableNode
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
LowerBound
This interface should be implemented by an IQueryNode that represents some kind of range query.
Declaration
T LowerBound { get; }
Property Value
| Type | Description |
|---|---|
| T |
UpperBound
This interface should be implemented by an IQueryNode that represents some kind of range query.
Declaration
T UpperBound { get; }
Property Value
| Type | Description |
|---|---|
| T |