Same as Lucene
You read my mind, yesterday I was read a great post on ElasticSearch
FYI this is a good article https://khalidabuhakmeh.com/search-experiences-for-your-aspnet-core-apps-with-elasticsearch
Hi! I work for Elastic feel to to @ me on PR's happy to help/answer questions.
@Mpdreamz if you are interested you could start in the PR for this module
The ElasticSearch module should leverage Nest for Queries. We have now Lucene Queries which uses the Lucene Query API but ElasticSearc has already this done with Nest. So we should end up with ElasticSearch Queries that should be quite the same than Lucene Queries with some small differences here and there since Nest for example can use Exists Queries.
I think we need to first make a service to retrieve different Indexing Providers. And I think we should be able to still use Lucene and/or ElasticSearch at the same time.
@Mpdreamz thanks for proposing to help us!
+1 for this feature. 馃憦