Class FieldQueryNode
A FieldQueryNode represents a element that contains field/text tuple
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.QueryParser.dll
Syntax
[Serializable]
public class FieldQueryNode : QueryNode, IFieldValuePairQueryNode<string>, IFieldableNode, IValueQueryNode<string>, IQueryNode, ITextableQueryNode
Constructors
Name | Description |
---|---|
FieldQueryNode(String, ICharSequence, Int32, Int32) | |
FieldQueryNode(String, String, Int32, Int32) | |
FieldQueryNode(String, StringBuilder, Int32, Int32) |
Fields
Name | Description |
---|---|
m_begin | The term's begin position. |
m_end | The term's end position. |
m_field | The term's field |
m_positionIncrement | The term's position increment. |
m_text | The term's text. |
Properties
Name | Description |
---|---|
Begin | |
End | |
Field | |
PositionIncrement | |
Text | Gets or Sets the "original" form of the term. |
Value |
Methods
Name | Description |
---|---|
CloneTree() | |
GetFieldAsString() | null if the field was not specified in the query string |
GetTermEscaped(IEscapeQuerySyntax) | |
GetTermEscapeQuoted(IEscapeQuerySyntax) | |
GetTextAsString() | |
ToQueryString(IEscapeQuerySyntax) | |
ToString() |