Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class StandardBooleanQueryNode

    A StandardBooleanQueryNode has the same behavior as BooleanQueryNode. It only indicates if the coord should be enabled or not for this boolean query.

    Inheritance
    object
    QueryNode
    BooleanQueryNode
    StandardBooleanQueryNode
    Implements
    IQueryNode
    Inherited Members
    BooleanQueryNode.ToString()
    BooleanQueryNode.ToQueryString(IEscapeQuerySyntax)
    BooleanQueryNode.CloneTree()
    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.TryGetTag(string, out object)
    QueryNode.Parent
    QueryNode.IsRoot
    QueryNode.m_toQueryStringIgnoreFields
    QueryNode.IsDefaultField(string)
    QueryNode.TagMap
    QueryNode.RemoveChildren(IQueryNode)
    QueryNode.RemoveFromParent()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Lucene.Net.QueryParsers.Flexible.Standard.Nodes
    Assembly: Lucene.Net.QueryParser.dll
    Syntax
    public class StandardBooleanQueryNode : BooleanQueryNode, IQueryNode

    Constructors

    StandardBooleanQueryNode(IList<IQueryNode>, bool)

    A StandardBooleanQueryNode has the same behavior as BooleanQueryNode. It only indicates if the coord should be enabled or not for this boolean query.

    Declaration
    public StandardBooleanQueryNode(IList<IQueryNode> clauses, bool disableCoord)
    Parameters
    Type Name Description
    IList<IQueryNode> clauses
    bool disableCoord
    See Also
    Coord(int, int)
    BooleanQuery

    Properties

    DisableCoord

    A StandardBooleanQueryNode has the same behavior as BooleanQueryNode. It only indicates if the coord should be enabled or not for this boolean query.

    Declaration
    public virtual bool DisableCoord { get; }
    Property Value
    Type Description
    bool
    See Also
    Coord(int, int)
    BooleanQuery

    Implements

    IQueryNode

    See Also

    Coord(int, int)
    BooleanQuery
    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.