Hi, I have a small problem when bulk indexing data. I have created a mapping with a unique identifier generated by ES and custom identifier from another database. Custom identifier is not unique in another database - multiple objects can have same value. ES will overwrite data if I index object that exists already in index, so I decided to make mapping like this (if you have better solution, I have open for ideas). So now if make bulk index request and get the response, I actually don't know which object was successfully indexed, because ES returns identifier this unique identifier. So is there any possibility to get back this custom identifier in bulk API response?
-- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
