Skip to content

SortOptions not implement function deserialize(parser, mapper, event) #78

Closed
@Dyqer

Description

@Dyqer

When deserialize the json to SearchRequest

{
"size": 9999,
"query": {
"match_all": {}
},
"sort": [
{
"modify_time": {
"order": "desc"
}
}
],
"track_total_hits": 2147483647
}
Array deserializer use function deserialize(parser, mapper, event) to deserialize each item in sort block, it will be failed because SortOptions not implement this function

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions