public interface ElasticsearchSchemaTranslator extends Service
Modifier and Type | Method and Description |
---|---|
IndexMetadata |
translate(String indexName,
Collection<EntityIndexBinding> descriptors,
ExecutionOptions executionOptions)
Translates index metadata, throwing an exception if translation fails.
|
IndexMetadata translate(String indexName, Collection<EntityIndexBinding> descriptors, ExecutionOptions executionOptions)
indexName
- descriptors
- The entity bindingsexecutionOptions
- The execution options, giving more context information.SearchException
- If an error occurs.Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved