Re: Get certain fields in bulk API response

2015-04-27 Thread Jakko Sikkar
Thank you. Case closed :) esmaspäev, 27. aprill 2015 11:14.12 UTC+3 kirjutas Jörg Prante: > > You can send a term query after a bulk response, or you can implement your > own bulk action, which returns the custom ID instead of _id. > > Jörg > > On Mon, Apr 27, 2015 at 9:55 AM, Jakko Sikkar > wro

Re: Get certain fields in bulk API response

2015-04-27 Thread joergpra...@gmail.com
You can send a term query after a bulk response, or you can implement your own bulk action, which returns the custom ID instead of _id. Jörg On Mon, Apr 27, 2015 at 9:55 AM, Jakko Sikkar wrote: > Hi, > > I have a ES mapping with ES unique identifier (_id) and custom identifier. > I need this cu

Get certain fields in bulk API response

2015-04-27 Thread Jakko Sikkar
Hi, I have a ES mapping with ES unique identifier (_id) and custom identifier. I need this custom indentifier to connect documents from ES index to database. Ok, so you think why I don't use this custom identifier as _id field. I can't replace ES identifier with this custom identifier because i