Hi All,
I have one index having one column as primary key and some other fields while second index also have same primary key and some new column(which is not there in first index)
How Can i create third index which have all fields of first index plus additonal field of second index based on primary key matching.
Since ES is nosql so cant apply joins .So Please suggest solution.Nothing i found by doing R&D.
You can use the reindex API to read documents from index A, define a pipeline which uses the enrich processor by looking in index B and write the result to index C.
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.