Error "type": "query_shard_exception" while running below query in dev tools

Hi,

The problem is here:

"caused_by": {
"type": "number_format_exception",
"reason": "For input string: "Geosolutions""
}

You try to search for text inside integer mapped fields.
Can you check your mapping, certainly "contentid" field is integer.

There's similar question here that may help you: