Im maintaining an index for a list that holds the basic fields like title
I also maintain two separate indexes called idx-1 and idx-2 which also have listId as a field.
When Im adding an entry, I decide the index based on user input and store data there.
Now, when i retrieve multiple lists from the list index, i want to count all the documents from idx-1 and idx-2 for each list (more like a count subquery in SQL)
Can I do this with Elastic? this aggregation involves connecting multiple indexes to get the result
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.