You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
version 2.4.1, while using search curl example code, console threw:
{"error":{"root_cause":[{"type":"query_parsing_exception","reason":"[image] query does not support [limit]","index":"my_index","line":1,"col":2738}],"type":"search_phase_execution_exception","reason":"all shards failed","phase":"query","grouped":true,"failed_shards":[{"shard":0,"index":"my_index","node":"UZ7GqTt0Rpi4EZT-d16ZVw","reason":{"type":"query_parsing_exception","reason":"[image] query does not support [limit]","index":"my_index","line":1,"col":2738}}]},"status":400}
but without limit is OK.
The text was updated successfully, but these errors were encountered:
version 2.4.1, while using search curl example code, console threw:
{"error":{"root_cause":[{"type":"query_parsing_exception","reason":"[image] query does not support [limit]","index":"my_index","line":1,"col":2738}],"type":"search_phase_execution_exception","reason":"all shards failed","phase":"query","grouped":true,"failed_shards":[{"shard":0,"index":"my_index","node":"UZ7GqTt0Rpi4EZT-d16ZVw","reason":{"type":"query_parsing_exception","reason":"[image] query does not support [limit]","index":"my_index","line":1,"col":2738}}]},"status":400}
but without limit is OK.
The text was updated successfully, but these errors were encountered: