Closed roborourke closed 3 years ago
This adds logic to switch between specifying a document type and ignoring it or using the default _doc - as of ES7+ specifying types was removed with the recommendation being only having a single data type per index.
_doc
This adds logic to switch between specifying a document type and ignoring it or using the default
_doc
- as of ES7+ specifying types was removed with the recommendation being only having a single data type per index.