PUT elastic_queries/_doc/21019
{
"queryName": "grade_2_olsat_report",
"indexName": "t_student_grade_2_olsat_index",
"query": {
"sort": [
{
"school_year.keyword": {
"order": "desc"
}
}
],
"size": 999,
"_source": {
"excludes": [
"@version",
"@timestamp",
"student_id"
]
},
"query": {
"bool": {
"filter": []
}
}
}
}
error:
{
"error": {
"root_cause": [
{
"type": "mapper_parsing_exception",
"reason": "failed to parse field [query.sort.school_year.keyword] of type [text] in document with id '21019'"
}
],
"type": "mapper_parsing_exception",
"reason": "failed to parse field [query.sort.school_year.keyword] of type [text] in document with id '21019'",
"caused_by": {
"type": "illegal_state_exception",
"reason": "Can't get text on a START_OBJECT at 7:32"
}
},
"status": 400
}