Details
-
Bug
-
Status: Done
-
Major
-
Resolution: Done
-
None
-
None
Description
/api/v1/search/search throws null pointer exception as below when you have fresh deployment with no indices created .
{ "timestamp": "2018-03-19 11:42:11", "status": 500, "error": "Internal Server Error", "exception": "java.lang.NullPointerException", "message": "No message available", "path": "/api/v1/search/search" }
below is the pay load
{ "indices": [], "query": "*", "from": 0, "size": 10, "sort": [ { "field": "timestamp", "sortOrder": "desc" } ], "facetFields": [] }
Attachments
Issue Links
- links to