When the _source field is disabled, source document is not stored, nor returned in ES queries.
It would be great to provide an API to implement for looking up the source document from external sources, probably starting from index name and document id.
This way, the document source could be used inside ES for search features that may need it, as well as transparently returned to the client inside the ES response.
Thoughts?
When the _source field is disabled, source document is not stored, nor returned in ES queries.
It would be great to provide an API to implement for looking up the source document from external sources, probably starting from index name and document id.
This way, the document source could be used inside ES for search features that may need it, as well as transparently returned to the client inside the ES response.
Thoughts?