I am using ElasticSearch in Moqui. DataDocument and Feed documents are set, everything is working. Except for the situation when I restart the server. I need to run the org.moqui.search.SearchServices.index#DataFeedDocuments
service. Does this means that the indices are stored in-memory? And I have to restore them by running the service?
I also set up the Real-time Service Push [DTFDTP_RT_PUSH]
service for MantleProduct. Does this service only take care of refreshing when individual entities are modified?