elastigo icon indicating copy to clipboard operation
elastigo copied to clipboard

Does elastigo support auto generation of document _ids? tag: question

Open anaray opened this issue 10 years ago • 1 comments

looked in to the code, couldn't find a way. Did I miss it ?

anaray avatar Nov 20 '14 06:11 anaray

If you leave id as a zero value in the various relevant elastigo function calls, it will pass that through to the elasticsearch requests. Elasticsearch auto-generates an _id unless something is explicitly passed in.

fcheslack avatar Aug 13 '15 14:08 fcheslack