CollectionTerminatedException

Throw this exception in LeafCollector.collect 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 the different search methods that IndexSearcher exposes as it is unnecessary and might hide misuse of this exception.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard