Interface IndexInfoProvider

    • Method Detail

      • getType

        String getType()
        Index type for this implementation can provide information
      • isValid

        boolean isValid​(String indexPath)
                 throws IOException
        Determined if the index is valid and usable. If the index is corrupt then it returns false
        Throws:
        IOException