Hi,
Can I get the merged data from two different indices?
For example: Index1 : Name, Id , Type
Index2: Type, TypeData1
Type, TypeData2
I want data to be returned in single query like Name,Id,Type:[TypeData1,TypeData2].
Basically, same operation a n inner join does in sql or join in Linq.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.