- برای ساخت Index به صورت زیر عمل کنید.
|
1 2 3 4 5 6 |
# curl -X PUT -s 'http://localhost:9200/homayouni_index' | jq '.' { "acknowledged": true, "shards_acknowledged": true, "index": "homayouni_index" } |
|
1 2 3 4 5 6 |
# curl -X PUT -s 'http://localhost:9200/homayouni_index' | jq '.' { "acknowledged": true, "shards_acknowledged": true, "index": "homayouni_index" } |