Class QuotedFieldQueryNode
A QuotedFieldQueryNode represents phrase query. Example: "life is great"
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
  Namespace: Lucene.Net.QueryParsers.Flexible.Core.Nodes
Assembly: Lucene.Net.QueryParser.dll
Syntax
public class QuotedFieldQueryNode : FieldQueryNode, IFieldValuePairQueryNode<string>, IFieldableNode, IValueQueryNode<string>, IQueryNode, ITextableQueryNode
  Constructors
| Improve this Doc View SourceQuotedFieldQueryNode(String, ICharSequence, Int32, Int32)
Declaration
public QuotedFieldQueryNode(string field, ICharSequence text, int begin, int end)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | field | field name  | 
      
| J2N.Text.ICharSequence | text | value  | 
      
| System.Int32 | begin | position in the query string  | 
      
| System.Int32 | end | position in the query string  | 
      
QuotedFieldQueryNode(String, String, Int32, Int32)
Declaration
public QuotedFieldQueryNode(string field, string text, int begin, int end)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | field | field name  | 
      
| System.String | text | value  | 
      
| System.Int32 | begin | position in the query string  | 
      
| System.Int32 | end | position in the query string  | 
      
QuotedFieldQueryNode(String, StringBuilder, Int32, Int32)
Declaration
public QuotedFieldQueryNode(string field, StringBuilder text, int begin, int end)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | field | field name  | 
      
| System.Text.StringBuilder | text | value  | 
      
| System.Int32 | begin | position in the query string  | 
      
| System.Int32 | end | position in the query string  | 
      
Methods
| Improve this Doc View SourceCloneTree()
Declaration
public override IQueryNode CloneTree()
  Returns
| Type | Description | 
|---|---|
| IQueryNode | 
Overrides
| Improve this Doc View SourceToQueryString(IEscapeQuerySyntax)
Declaration
public override string ToQueryString(IEscapeQuerySyntax escaper)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IEscapeQuerySyntax | escaper | 
Returns
| Type | Description | 
|---|---|
| System.String | 
Overrides
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
  Returns
| Type | Description | 
|---|---|
| System.String |