首页 > 代码库 > SolrNet – Apache Solr client for .NET

SolrNet – Apache Solr client for .NET

 

下载地址:

https://github.com/mausch/SolrNet

 

SolrNet does not attempt to abstract much over Solr, it‘s assumed that you know what Solr is and how to use it, just as you need to know relational databases before using an ORM.

If you‘re not familiar with Solr, take your time to follow the Solr tutorial, see the FAQ and the docs. Consider getting a book.

 

Documentation index

 

  • Overview and basic usage
  • Mapping
  • Initialization
  • Create/Update/Delete
  • Querying
  • Faceting
  • Highlighting
  • More like this
  • Spell checking
  • Stats
  • Field collapsing / grouping
  • Core admin
  • Fluent API
  • Overriding the default mapper
  • NHibernate integration
  • Accessing multiple Solr cores / instances
  • Mapping validation
  • Sample web application
  • FAQ
  • Websites, products and companies using SolrNet

SolrNet – Apache Solr client for .NET