All Downloads are FREE. Search and download functionalities are using the official Maven repository.

schema.opensearch.create.index.operate-import-position.json Maven / Gradle / Ivy

{
	"mappings": {
    "dynamic": "strict",
		"properties": {
			"aliasName": {
				"type": "keyword"
			},
			"id": {
				"type": "keyword"
			},
			"indexName": {
				"type": "keyword"
			},
			"partitionId": {
				"type": "integer"
			},
			"position": {
				"type": "long"
			},
			"sequence": {
				"type": "long"
			},
			"postImporterPosition": {
				"type": "long"
			}
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy