Package overit.geocall.edm.model
Interface IndexFactory
public interface IndexFactory
Service useful for creating
Index instances.-
Method Summary
Modifier and TypeMethodDescriptioncreate(@NotNull String indexName, @NotNull DataEntity dataEntity, @NotNull IndexCreationParameters indexCreationParameters) Returns a newIndexinstance using the provided parameters.createFromProperties(@NotNull DataEntity dataEntity)
-
Method Details
-
createFromProperties
-
create
Index create(@NotNull @NotNull String indexName, @NotNull @NotNull DataEntity dataEntity, @NotNull @NotNull IndexCreationParameters indexCreationParameters) Returns a newIndexinstance using the provided parameters.- Parameters:
indexName-Stringabout the name of theIndex.dataEntity-DataEntityabout the data entity associated with theIndex.indexCreationParameters-IndexCreationParametersabout the parameters necessary to create theIndex.- Returns:
- a new
Indexinstance using the provided parameters.
-