Show / Hide Table of Contents

    Class PathQueryNode.QueryText

    Term text with a beginning and end position

    Inheritance
    System.Object
    PathQueryNode.QueryText
    Namespace: Lucene.Net.QueryParsers.Flexible.Core.Nodes
    Assembly: Lucene.Net.QueryParser.dll
    Syntax
    public class QueryText : object

    Constructors

    | Improve this Doc View Source

    QueryText(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 Source

    Begin

    Gets the begin

    Declaration
    public virtual int Begin { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    End

    Gets the end

    Declaration
    public virtual int End { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Value

    Gets the value

    Declaration
    public virtual string Value { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Clone()

    Declaration
    public virtual object Clone()
    Returns
    Type Description
    System.Object
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)