Interface IValueQueryNode<T>
This interface should be implemented by IQueryNode that holds an arbitrary value.
Inherited Members
Namespace: Lucene.Net.QueryParsers.Flexible.Core.Nodes
Assembly: Lucene.Net.QueryParser.dll
Syntax
public interface IValueQueryNode<T> : IQueryNode
Type Parameters
Name | Description |
---|---|
T | the value's type |
Properties
| Improve this Doc View SourceValue
Declaration
T Value { get; set; }
Property Value
Type | Description |
---|---|
T |