elastic_tutorial/The Elasticsearch Documentation/2_start/2_Insert_Into_Index.es
2025-04-09 09:37:23 +03:30

17 lines
316 B
JavaScript

POST firstindex/_doc/1
{
"username": "Ali",
"age": 29,
"height": "1.8m"
}
// 1 - > id of doc
// الاستیک سرچ مشکلی با دادن یک قیلد جدید بدون تعریف آن ندارد
POST firstindex/_doc
{
"username": "Ali",
"age": 29,
"height": "1.8m"
}
// ID رندوم