Interface IndexFactory.IndexLoader

    • Method Detail

      • supports

        boolean supports​(IndexRef ref)
        Does this IndexLoader support this IndexRef
      • load

        Index load​(IndexRef ref)
        Returns the Index for this IndexRef
      • indexImplementor

        java.lang.Class<? extends Index> indexImplementor​(IndexRef ref)
        Returns the class that will implement the Index for the passed reference