Index: lucene/core/src/java/org/apache/lucene/search/FieldCache.java =================================================================== --- lucene/core/src/java/org/apache/lucene/search/FieldCache.java (revision 1345896) +++ lucene/core/src/java/org/apache/lucene/search/FieldCache.java (working copy) @@ -50,14 +50,6 @@ } /** - * Hack: When thrown from a Parser (NUMERIC_UTILS_* ones), this stops - * processing terms and returns the current FieldCache - * array. - */ - public static final class StopFillCacheException extends RuntimeException { - } - - /** * Marker interface as super-interface to all parsers. It * is used to specify a custom parser to {@link * SortField#SortField(String, FieldCache.Parser)}.