Mongodb – How should i write Elasticsearch search querys when dealing with big data?
I have a crawling platform (microservices with node/javascript) where i have index my crawled documents (each crawled url/subpage is a single document in my Mongodb) and i want to find out the best approach to efficiently search my documents based…