In 2 Minutes - From Zero to Elasticsearch with Mongoose
1–4 of 4 posts
Re: In 2 Minutes - From Zero to Elasticsearch with Mongoose
#2Love the name :) El Mongo.
I heard that elastic search uses distributed logic to fuzzy search. Did find it reliable/reproducible?
Re: In 2 Minutes - From Zero to Elasticsearch with Mongoose
#3Looks slick! It's not super clear - is the index update synchronous?
Re: In 2 Minutes - From Zero to Elasticsearch with Mongoose
#4Looks slick! It's not super clear - is the index update synchronous?
no the index update is asynchronous - it does not block the process at all.