برای لیست کردنایندکس ها در الستیک سرچ یا کیبانا از دستور زیر استفاده کنید
GET _cat/indices
GET cars/_search
{
“query”: {
“bool”: {
“must”: [
{
“term”: {
“cars.city.slug”: “tehran”
}
}
]
}
}
}
برای لیست کردنایندکس ها در الستیک سرچ یا کیبانا از دستور زیر استفاده کنید
GET _cat/indices
GET cars/_search
{
“query”: {
“bool”: {
“must”: [
{
“term”: {
“cars.city.slug”: “tehran”
}
}
]
}
}
}