Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Interface IValueQueryNode<T>

    This interface should be implemented by IQueryNode that holds an arbitrary value.

    Inherited Members
    IQueryNode.ToQueryString(IEscapeQuerySyntax)
    IQueryNode.ToString()
    IQueryNode.GetChildren()
    IQueryNode.IsLeaf
    IQueryNode.ContainsTag(string)
    IQueryNode.GetTag(string)
    IQueryNode.TryGetTag(string, out 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 IValueQueryNode<T> : IQueryNode
    Type Parameters
    Name Description
    T

    the value's type

    Properties

    Value

    This interface should be implemented by IQueryNode that holds an arbitrary value.

    Declaration
    T Value { get; set; }
    Property Value
    Type Description
    T
    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.