I know that Elasticsearch is based on Lucene but I wonder if Elasticsearch gives me any benefits developing a search engine rather than coding with Lucene.Net directly. Sorry, If question is a bit simple but I am confusing after searching the possibilities for creating a search engine.
I found more examples for simple lucene.net search but not many for Elasticsearch and Nest. Another question is what is the difference between Nest and Elasticsearch indeed? are they same?
if someone throws me some light here, maybe with a nice sample, I appreciate. what I need is? Easy, quick and fast search engine. what would be the best option? any other alternative can be also but only .net (c# or vb) thanks.