Interface ElasticsearchIndexSchemaExport
- All Superinterfaces:
SchemaExport
Extended version of an
SchemaExport that exposes any Elasticsearch-specific methods.-
Method Summary
Methods inherited from interface SchemaExport
extension, toFiles
-
Method Details
-
parameters
-
bodyParts
List<com.google.gson.JsonObject> bodyParts()- Returns:
- The list containing any body elements required to send a request to an Elasticsearch cluster to create the index this export represents.
-