I am using Elasticsearch 6.7.1 and my data is coming from an application built in an MVC framework. While I understand that it is not possible to duplicate the relational functionality of MVC I would like to try and achieve something similar with Elasticsearch.
So let us say that I have 2 indices which are leads and lead_contacts. I want to be able to search through both the leads and lead_contacts but only return the leads.
I have read and seen suggestions of denormalization being the answer but in my case it is possible for the lead contacts to be indexed very often and would like to do the operations individually on each index.
Thank you in advance, any assistance or direction would be much appreciated.
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.