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
    System.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.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 StandardBooleanQueryNode : BooleanQueryNode, IQueryNode

    Constructors

    | Improve this Doc View Source

    StandardBooleanQueryNode(IList<IQueryNode>, Boolean)

    Declaration
    public StandardBooleanQueryNode(IList<IQueryNode> clauses, bool disableCoord)
    Parameters
    Type Name Description
    IList<IQueryNode> clauses
    System.Boolean disableCoord

    Properties

    | Improve this Doc View Source

    DisableCoord

    Declaration
    public virtual bool DisableCoord { get; }
    Property Value
    Type Description
    System.Boolean

    Implements

    IQueryNode
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)