I am trying to implement a search function using elastic.
The general search filtering function and search function are functions found in shopping apps.
What I'm curious about is whether it's the right choice to manage the DB using only elastic, or whether it's the right choice to synchronize mongdb and elastic and create a structure like this where mongdb is for writing and elastic is for reading. Also After saving the data, can I manage it separately?
It seems like the data is stored in json format. Is my understanding correct??