i have an ES Index , which contains thousands of data inside it with three layers . like parent child relation wise.
A ---->B ----->C
A is the parent of B , B is the parent of C, we have data in three levels which is interlinked with each other. now i want to add new data in B level, is it possible?
Now if i want add new data , again i am creating a new INDEX and inserting into it. so what should i do to avoid this ! cannt i use same Index again in ES?
Well, yes, you can add data at any level. But the fact it sounds surprising to you makes me wonder whether I actually understood your question. If you have a minimal recreation that does not work, feel free to share so that I can look into.
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.