Re: Simple Array Example

2014-09-09 Thread EzCocos
d the one with id=2 the product_info_id=(3,4). Many thanks in advance. Ez On Tuesday, 9 September 2014 14:44:32 UTC+1, vineeth mohan wrote: > > Hello , > > In that case you should make product_id as _type rather than _id. > > Thanks > Vineeth > > On Tue, Sep 9

Re: Simple Array Example

2014-09-09 Thread EzCocos
product_id unique , seems to me its not. > In that case why have you made it as _id. > _id should be unique and in face of dedupe , it would be over written. > So remove defenition of _id should solve the issue. > > Thanks >Vineeth > > On Tue, Sep 9, 2014 at 4:09 PM, E

Simple Array Example

2014-09-09 Thread EzCocos
Dear All, I am trying to upload via a river to Elasticsearch some MySQL data which look like this: product_id product_info_id '1' 1 '1' 2 '2' 3 '2' 4 I am looking to hav