Class PathQueryNode.QueryText
Term text with a beginning and end position
Inherited Members
Namespace: Lucene.Net.QueryParsers.Flexible.Core.Nodes
Assembly: Lucene.Net.QueryParser.dll
Syntax
public class PathQueryNode.QueryText
  Constructors
QueryText(string, int, int)
Term text with a beginning and end position
Declaration
public QueryText(string value, int begin, int end)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | value | text value  | 
      
| int | begin | position in the query string  | 
      
| int | end | position in the query string  | 
      
Properties
Begin
Gets the begin
Declaration
public virtual int Begin { get; }
  Property Value
| Type | Description | 
|---|---|
| int | 
End
Gets the end
Declaration
public virtual int End { get; }
  Property Value
| Type | Description | 
|---|---|
| int | 
Value
Gets the value
Declaration
public virtual string Value { get; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Methods
Clone()
Term text with a beginning and end position
Declaration
public virtual object Clone()
  Returns
| Type | Description | 
|---|---|
| object | 
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
  Returns
| Type | Description | 
|---|---|
| string | A string that represents the current object.  |