Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class PathQueryNode.QueryText

    Term text with a beginning and end position

    Inheritance
    object
    PathQueryNode.QueryText
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    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.

    Overrides
    object.ToString()
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.