Show / Hide Table of Contents

    Class CollectionTerminatedException

    Throw this exception in Collect(Int32) to prematurely terminate collection of the current leaf.

    Note: IndexSearcher swallows this exception and never re-throws it. As a consequence, you should not catch it when calling any overload of Search(Weight, FieldDoc, Int32, Sort, Boolean, Boolean, Boolean) as it is unnecessary and might hide misuse of this exception.

    Inheritance
    System.Object
    CollectionTerminatedException
    Namespace: Lucene.Net.Search
    Assembly: Lucene.Net.dll
    Syntax
    public sealed class CollectionTerminatedException : Exception

    Constructors

    | Improve this Doc View Source

    CollectionTerminatedException()

    Sole constructor.

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