Show / Hide Table of Contents

    Class WildcardQueryNode

    A WildcardQueryNode represents wildcard query This does not apply to phrases. Examples: abc Fl?w? m?ke*g

    Inheritance
    System.Object
    QueryNode
    FieldQueryNode
    WildcardQueryNode
    PrefixWildcardQueryNode
    Implements
    IFieldValuePairQueryNode<System.String>
    IFieldableNode
    IValueQueryNode<System.String>
    IQueryNode
    ITextableQueryNode
    Inherited Members
    FieldQueryNode.m_field
    FieldQueryNode.m_text
    FieldQueryNode.m_begin
    FieldQueryNode.m_end
    FieldQueryNode.m_positionIncrement
    FieldQueryNode.GetTermEscaped(IEscapeQuerySyntax)
    FieldQueryNode.GetTermEscapeQuoted(IEscapeQuerySyntax)
    FieldQueryNode.GetTextAsString()
    FieldQueryNode.GetFieldAsString()
    FieldQueryNode.Begin
    FieldQueryNode.End
    FieldQueryNode.Field
    FieldQueryNode.PositionIncrement
    FieldQueryNode.Text
    FieldQueryNode.Value
    QueryNode.PLAINTEXT_FIELD_NAME
    QueryNode.Allocate()
    QueryNode.Add(IQueryNode)
    QueryNode.Add(IList<IQueryNode>)
    QueryNode.IsLeaf
    QueryNode.Set(IList<IQueryNode>)
    QueryNode.Clone()
    QueryNode.GetChildren()
    QueryNode.SetTag(String, Object)
    QueryNode.UnsetTag(String)
    QueryNode.ContainsTag(String)
    QueryNode.GetTag(String)
    QueryNode.Parent
    QueryNode.IsRoot
    QueryNode.m_toQueryStringIgnoreFields
    QueryNode.IsDefaultField(String)
    QueryNode.TagMap
    QueryNode.RemoveFromParent()
    Namespace: Lucene.Net.QueryParsers.Flexible.Standard.Nodes
    Assembly: Lucene.Net.QueryParser.dll
    Syntax
    public class WildcardQueryNode : FieldQueryNode, IFieldValuePairQueryNode<string>, IFieldableNode, IValueQueryNode<string>, IQueryNode, ITextableQueryNode

    Constructors

    | Improve this Doc View Source

    WildcardQueryNode(FieldQueryNode)

    Declaration
    public WildcardQueryNode(FieldQueryNode fqn)
    Parameters
    Type Name Description
    FieldQueryNode fqn
    | Improve this Doc View Source

    WildcardQueryNode(String, ICharSequence, Int32, Int32)

    Declaration
    public WildcardQueryNode(string field, ICharSequence text, int begin, int end)
    Parameters
    Type Name Description
    System.String field

    field name

    ICharSequence text

    value that contains one or more wild card characters (? or *)

    System.Int32 begin

    position in the query string

    System.Int32 end

    position in the query string

    | Improve this Doc View Source

    WildcardQueryNode(String, StringBuilder, Int32, Int32)

    Declaration
    public WildcardQueryNode(string field, StringBuilder text, int begin, int end)
    Parameters
    Type Name Description
    System.String field

    field name

    StringBuilder text

    value that contains one or more wild card characters (? or *)

    System.Int32 begin

    position in the query string

    System.Int32 end

    position in the query string

    | Improve this Doc View Source

    WildcardQueryNode(String, String, Int32, Int32)

    Declaration
    public WildcardQueryNode(string field, string text, int begin, int end)
    Parameters
    Type Name Description
    System.String field

    field name

    System.String text

    value that contains one or more wild card characters (? or *)

    System.Int32 begin

    position in the query string

    System.Int32 end

    position in the query string

    Methods

    | Improve this Doc View Source

    CloneTree()

    Declaration
    public override IQueryNode CloneTree()
    Returns
    Type Description
    IQueryNode
    Overrides
    FieldQueryNode.CloneTree()
    | Improve this Doc View Source

    ToQueryString(IEscapeQuerySyntax)

    Declaration
    public override string ToQueryString(IEscapeQuerySyntax escaper)
    Parameters
    Type Name Description
    IEscapeQuerySyntax escaper
    Returns
    Type Description
    System.String
    Overrides
    FieldQueryNode.ToQueryString(IEscapeQuerySyntax)
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    FieldQueryNode.ToString()

    Implements

    IFieldValuePairQueryNode<T>
    IFieldableNode
    IValueQueryNode<T>
    IQueryNode
    ITextableQueryNode
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)