Interface IValueQueryNode<T>
This interface should be implemented by IQueryNode that holds an arbitrary value.
Inherited Members
Assembly: Lucene.Net.QueryParser.dll
Syntax
public interface IValueQueryNode<T> : IQueryNode
Type Parameters
Name | Description |
---|---|
T | the value's type |
Properties
Name | Description |
---|---|
Value |