Class PathQueryNode.QueryText
Term text with a beginning and end position
Inheritance
System.Object
PathQueryNode.QueryText
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 QueryText
Constructors
| Improve this Doc View SourceQueryText(String, Int32, Int32)
Declaration
public QueryText(string value, int begin, int end)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | text value |
System.Int32 | begin | position in the query string |
System.Int32 | end | position in the query string |
Properties
| Improve this Doc View SourceBegin
Gets the begin
Declaration
public virtual int Begin { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
End
Gets the end
Declaration
public virtual int End { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Value
Gets the value
Declaration
public virtual string Value { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceClone()
Declaration
public virtual object Clone()
Returns
Type | Description |
---|---|
System.Object |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()