Show / Hide Table of Contents

    Class MatchNoDocsQueryNode

    A MatchNoDocsQueryNode indicates that a query node tree or subtree will not match any documents if executed in the index.

    Inheritance
    System.Object
    QueryNode
    DeletedQueryNode
    MatchNoDocsQueryNode
    Implements
    IQueryNode
    Inherited Members
    DeletedQueryNode.ToQueryString(IEscapeQuerySyntax)
    DeletedQueryNode.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.Core.Nodes
    Assembly: Lucene.Net.QueryParser.dll
    Syntax
    public class MatchNoDocsQueryNode : DeletedQueryNode, IQueryNode

    Constructors

    | Improve this Doc View Source

    MatchNoDocsQueryNode()

    Declaration
    public MatchNoDocsQueryNode()

    Methods

    | Improve this Doc View Source

    ToString()

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

    Implements

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