Elastic Search Node.js client – Routing Error

The JSON names MUST be lowercase. For example:

Doesn’t Work:

{
   "Id":  123456,
   "userName": "Dave2118"
}

Works:

{
   "id": 123456,
   "username": "Dave2118"
}

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top