
engpohi.elasticdsl_2.12.0.2.2.source-code.instrumentations.json Maven / Gradle / Ivy
The newest version!
{
"create index": {
"help": "",
"example": "create index \"index-name\"",
"description": "create index by index name"
},
"count": {
"help": "",
"example": "count \"index-name\", count \"*\"",
"description": "count docs"
},
"health": {
"help": "",
"example": "health",
"description": "get the cluster health"
},
"cluster stats": {
"help": "",
"example": "cluster stats",
"description": "get cluster stats"
},
"cluster state": {
"help": "",
"example": "cluster state",
"description": "get cluster state"
},
"indices stats": {
"help": "",
"example": "indices stats",
"description": "get indices stats"
},
"node stats": {
"help": "",
"example": "node stats",
"description": "get node stats"
},
"cluster settings": {
"help": "",
"example": "cluster settings",
"description": "get cluster settings"
},
"node settings": {
"help": "",
"example": "node settings",
"description": "get node settings"
},
"settings": {
"help": "",
"example": "settings",
"description": "settings"
},
"pending tasks": {
"help": "",
"example": "pending tasks",
"description": "get pending tasks"
},
"wait for status": {
"help": "",
"example": "wait for status (GREEN | YELLOW | RED)",
"description": "wait for status"
},
"delete": {
"help": "",
"example": "delete \"index-name\"",
"description": "delete by index-name"
},
"term query": {
"help": "",
"example": "term query \"index-name\" \"index-type\" {\"name\": \"query-name\"}",
"description": "term query"
},
"query": {
"help": "",
"example": "search in \"index-name\"",
"description": "search all data by index-name"
},
"reindex": {
"help": "",
"example": "reindex \"source-index-name\" \"target-index-name\" \"source-index-type\" [\"field1\", \"field2\"]",
"description": "reindex from source index to target index with index type and fields"
},
"index": {
"help": "",
"example": "index into \"index-name\" / \"index-type\" fields {\"name\": \"value2\"}",
"description": "index by index name with index type with doc"
},
"bulk index": {
"help": "",
"example": "bulk index \"index-name\" \"index-type\" [{\"name\": \"value1\"}, {\"name\": \"value2\"} ...]",
"description": "bulk index to index-name index-type with bulk json data"
},
"update": {
"help": "",
"example": "update on \"index-name\" / \"index-type\" fields {\"name\":\"value1\"} id docId",
"description": "update index-name index-type with key value"
},
"mapping": {
"help": "",
"example": "\"index-name\" mapping, mapping \"index-name\" {\"mappings\": {}}",
"description": "get index mapping"
},
"analysis": {
"help": "",
"example": "analysis \"standard\" \"foo,bar\"",
"description": "analysis by analyzer with text"
},
"get": {
"help": "",
"example": "get \"index-name\" \"index-type\" \"doc-id\"",
"description": "get doc by id"
},
"aggs in": {
"help": "",
"example": "aggs count index-name index-type {\"ages\":{\"terms\": {\"field\": \"age\"}}}",
"description": "aggs "
},
"alias": {
"help": "",
"example": "alias \"source-index\" \"target-index\"",
"description": "alias index"
},
"create repository": {
"help": "",
"example": "create repository \"test_snapshot\" \"fs\" {\"compress\": \"true\", \"location\": \"/Users/xiachen/elastic_back_up\"}",
"description": "create repository"
},
"create snapshot": {
"help": "",
"example": "create snapshot \"snapshot1\" \"test_repository\"",
"description": "create snapshot in repository"
},
"delete snapshot": {
"help": "",
"example": "delete snapshot \"snapshot1\" \"test_repository\"",
"description": "delete snapshot from repository"
},
"get snapshot": {
"help": "",
"example": "get snapshot \"snapshot1\" \"repository\"",
"description": "get snapshot state from repository"
},
"restore snapshot": {
"help": "",
"example": "restore snapshot \"snapshot1\" \"test_repository\"",
"description": "restore snapshot from repository"
},
"close index": {
"help": "",
"example": "close index \"index-name\"",
"description": "close index by index-name"
},
"open index": {
"help": "",
"example": "open index \"index-name\"",
"description": "open index by index-name"
},
"create analyzer": {
"help": "",
"example": "create analyzer \"index-name\"",
"description": "create analyzer \"index-name\""
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy