Hi All,
We have a scenario where we need to check whether this account number exists in both the indexes , is there a way or query to check the same.
Hi All,
We have a scenario where we need to check whether this account number exists in both the indexes , is there a way or query to check the same.
This sounds like a type of join, which Elasticsearch does not support. Doing this through a query at scale in a distributed system would also be quite expensive. You may however be able to create an account centric index using transforms and then query that.
Hi @Christian_Dahlqvist : I have created alias and it is giving desired results
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
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.