Update src/roadmaps/aspnet-core/content/107-databases/100-search-engines/100-elasticsearch.md

pull/3294/head
Kamran Ahmed 2 years ago committed by GitHub
parent fd40850d0c
commit efecc43523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/roadmaps/aspnet-core/content/107-databases/100-search-engines/100-elasticsearch.md

@ -3,8 +3,6 @@
Elasticsearch is a distributed, open-source search and analytics engine that can be used to index, search, and analyze large volumes of data quickly and in near real-time. It is built on top of the Apache Lucene library and can be used to perform full-text search, faceted search, and geospatial search, among other things.
In an ASP.NET application, Elasticsearch can be integrated as a search engine to provide advanced search functionality to the application. There are several libraries available for integrating Elasticsearch with an ASP.NET application, such as Nest and Elasticsearch.Net. These libraries provide a .NET client for Elasticsearch, which can be used to interact with the Elasticsearch engine from within an ASP.NET application.
To learn more, visit the following resources:
- [Elasticsearch in ASP.NET Core](https://code-maze.com/elasticsearch-aspnet-core/)

Loading…
Cancel
Save