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
Assembly: Lucene.Net.QueryParser.dll
Syntax
public interface IFieldableNode : IQueryNode
Properties
Name | Description |
---|---|
Field | Gets or Sets the field name associated to the node and every node under it. |