public static interface ThrowingLeafReaderWrapper.Thrower
ThrowingLeafReaderWrapper| Modifier and Type | Method and Description |
|---|---|
void |
maybeThrow(ThrowingLeafReaderWrapper.Flags flag)
Maybe throws an exception ;)
|
boolean |
wrapTerms(java.lang.String field)
If this method returns true the
Terms instance for the given field
is wrapped with Thrower support otherwise no exception will be thrown for
the current Terms instance or any other instance obtained from it. |
void maybeThrow(ThrowingLeafReaderWrapper.Flags flag) throws java.io.IOException
java.io.IOExceptionboolean wrapTerms(java.lang.String field)
Terms instance for the given field
is wrapped with Thrower support otherwise no exception will be thrown for
the current Terms instance or any other instance obtained from it.