Interface TextIndexCreatorProvider

    • Method Detail

      • newTextIndexCreator

        TextIndexCreator newTextIndexCreator​(IndexCreationContext.Text context)
                                      throws IOException
        Creates a {@see TextIndexCreator} from information about index creation. This allows a plugin to pattern match index creation information to select an appropriate implementation.
        Parameters:
        context - context about the index creation.
        Returns:
        a {@see ForwardIndexCreator}
        Throws:
        IOException - whenever something goes wrong matching or constructing the creator