Interface ThrowingLeafReaderWrapper.Thrower

    • Method Detail

      • maybeThrow

        void maybeThrow​(ThrowingLeafReaderWrapper.Flags flag)
                 throws java.io.IOException
        Maybe throws an exception ;)
        Throws:
        java.io.IOException
      • wrapTerms

        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.