not sure that question belongs to this "stack" but here we go...
My use case is to provide a full text search on a large amount of data. New data is being added all the time.
I know Elasticsearch will search fast quickly, but I don't know if Elasticsearch as a NoSQL database (to simply store the data) will have better performance compared to storing the data in MongoDB and index the MongoDB using Elasticsearch.
Thanks in advance!