Aggregation across indices

2014-08-26 Thread 'Sandeep Ramesh Khanzode' via elasticsearch
Hi, If I have two indices each having part of the record and joined using some common identifier, can I issue a query across both indices and have aggregations apply taking into consideration both indices? Example: Index 1: Type 1: ID: String Field1: String Field2: String Index 2: Type 2: ID:

Re: Aggregation across indices

2014-08-26 Thread vineeth mohan
Hello Sandeep , What you are intending is not possible. But then Elasticsearch do have some good relational operations which needs to be defined before indexing. If you can elaborate your use case , we can help on this. Thanks Vineeth On Tue, Aug 26, 2014 at 6:04 PM, 'Sandeep Ramesh