Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Interface IRangeQueryNode<T>

    This interface should be implemented by an IQueryNode that represents some kind of range query.

    Inherited Members
    IRangeQueryNode.IsLowerInclusive
    IRangeQueryNode.IsUpperInclusive
    IFieldableNode.Field
    IQueryNode.ToQueryString(IEscapeQuerySyntax)
    IQueryNode.ToString()
    IQueryNode.GetChildren()
    IQueryNode.IsLeaf
    IQueryNode.ContainsTag(String)
    IQueryNode.GetTag(String)
    IQueryNode.TryGetTag(String, Object)
    IQueryNode.Parent
    IQueryNode.CloneTree()
    IQueryNode.Add(IQueryNode)
    IQueryNode.Add(IList<IQueryNode>)
    IQueryNode.Set(IList<IQueryNode>)
    IQueryNode.SetTag(String, Object)
    IQueryNode.UnsetTag(String)
    IQueryNode.TagMap
    IQueryNode.RemoveFromParent()
    IQueryNode.RemoveChildren(IQueryNode)
    Namespace: Lucene.Net.QueryParsers.Flexible.Core.Nodes
    Assembly: Lucene.Net.QueryParser.dll
    Syntax
    public interface IRangeQueryNode<T> : IRangeQueryNode, IFieldableNode, IQueryNode where T : IFieldableNode
    Type Parameters
    Name Description
    T

    Properties

    | Improve this Doc View Source

    LowerBound

    Declaration
    T LowerBound { get; }
    Property Value
    Type Description
    T
    | Improve this Doc View Source

    UpperBound

    Declaration
    T UpperBound { get; }
    Property Value
    Type Description
    T
    • Improve this Doc
    • View Source
    Back to top Copyright © 2022 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.