Throw this exception in {@link Collector#collect(int)} to prematurelyterminate 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 {@link IndexSearcher#search} as it is unnecessary and might hide misuseof this exception.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.