1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
{
"error" : {
"root_cause" : [
{
"type" : "query_shard_exception",
"reason" : "failed to create query: Cannot search on field [mobile] since it is not indexed.",
"index_uuid" : "YkoG3QrnS3qKMPJwgYuvug",
"index" : "users"
}
],
"type" : "search_phase_execution_exception",
"reason" : "all shards failed",
"phase" : "query",
"grouped" : true,
"failed_shards" : [
{
"shard" : 0,
"index" : "users",
"node" : "bob_wQxnRHaCvOo8eG__fA",
"reason" : {
"type" : "query_shard_exception",
"reason" : "failed to create query: Cannot search on field [mobile] since it is not indexed.",
"index_uuid" : "YkoG3QrnS3qKMPJwgYuvug",
"index" : "users",
"caused_by" : {
"type" : "illegal_argument_exception",
"reason" : "Cannot search on field [mobile] since it is not indexed."
}
}
}
]
},
"status" : 400
}
|