Show / Hide Table of Contents

    Class BooleanQuery.TooManyClausesException

    Thrown when an attempt is made to add more than MaxClauseCount clauses. This typically happens if a PrefixQuery, FuzzyQuery, WildcardQuery, or TermRangeQuery is expanded to many terms during search.

    Inheritance
    System.Object
    BooleanQuery.TooManyClausesException
    Namespace: Lucene.Net.Search
    Assembly: Lucene.Net.dll
    Syntax
    public class TooManyClausesException : Exception

    Constructors

    | Improve this Doc View Source

    TooManyClausesException()

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