Interface IFieldableNode
A query node implements IFieldableNode interface to indicate that its children and itself are associated to a specific field.
If it has any children which also implements this interface, it must ensure the children are associated to the same field.
Inherited Members
Namespace: Lucene.Net.QueryParsers.Flexible.Core.Nodes
Assembly: Lucene.Net.QueryParser.dll
Syntax
public interface IFieldableNode : IQueryNode
Properties
| Improve this Doc View SourceField
Gets or Sets the field name associated to the node and every node under it.
Declaration
string Field { get; set; }
Property Value
Type | Description |
---|---|
System.String |