Interface ThrowingLeafReaderWrapper.Thrower

    • Method Summary

      Modifier and Type Method 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.
    • 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.