Attempts to create the an Index instance from the given parameters using the given list of IndexFactory-s The result will be that of the first factory that can process the given parameters if no translation is found return None
Attempts to create the an Index instance from the given parameters using the given list of IndexFactory-s The result will be that of the first factory that can process the given parameters if no translation is found return None
the index type to be created
the columns on which the index should be created
the index parameters map
the key metadata associated with the index
the list of factories to be used in index creation
The index that can be created from the parameters if possible