Location>code7788 >text

Recommended 3 excellent open source search component libraries for .

Popularity:984 ℃/2024-09-19 11:36:24

preamble

A number of students have asked questions recently;NET have any open source search component libraries to recommend?NET open source search component libraries, and today Daiyao gives you 3 excellent .

Elasticsearch .NET

NET client for Elasticsearch provides strongly typed requests and responses to the Elasticsearch API. It delegates protocol processing to a library that handles all transport-level issues (HTTP connection establishment and pooling, retries, etc.).

  • /elastic/elasticsearch-net

is an open source full-text search library written in C# that is a port of the popular Java Apache Lucene project. The library provides powerful indexing and searching capabilities for the .

  • /apache/lucenenet

SolrNet

SolrNet is a client library for Apache Solr and SolrCloud for the .NET platform. SolrNet doesn't try to abstract Solr too much, but rather assumes that you know what Solr is and how to use it, just as you need to know about relational databases before you can use ORM.

  • /SolrNet/SolrNet

A selection of great projects and frameworks

All of the above projects have been included in the C#/.NET/.NET Core Excellent Projects and Frameworks Selection, focusing on the excellent projects and frameworks selection allows you to keep abreast of the latest developments and best practices in the field of C#, .NET and .NET Core, and improve the efficiency and quality of development work. The pit has been dug, you are welcome to submit PR recommendations or self-recommendation (so that excellent projects and frameworks are not buried 🤞).

  • GitHub open source address:/YSGStudyHards/DotNetGuide/blob/main/docs/DotNet/
  • Gitee open source address:/ysgdaydayup/DotNetGuide/blob/main/docs/DotNet/