fokunn
fokunn
Sorry for the bad description of the situation and wrong word , should be `realtime datafeed` instead of `auto datafeed.` Initial data loading is working very well as expected. by...
I just did some more tests on it. Found out that the `org.moqui.search.SearchServices.indexDataDocuments ` wont be called sometimes. For the moment, I just manually call `org.moqui.search.SearchServices.indexDataDocumentsec.getTool("ElasticSearch", EsClient.class).client.prepareIndex(indexname, documenttype, documentId).setSource(document).execute().actionGet() `...
It is not regularly. Got one not indexing after several times successful indexing. I also felt very odd and had no clue at all. 1. About what condition, I would...
I think you are right about the asynchronous nature of the real-time data feed. I dont have any updates on this as I fed data manully by calling the datafeed...