Is Solr available for .Net?

后端 未结 5 1544
长发绾君心
长发绾君心 2020-12-08 01:00

I want to learn Solr. May I know some good tutorial/links for it?

Also, is Solr available for .NET?

5条回答
  •  生来不讨喜
    2020-12-08 01:20

    Jeff Rodenburg created a C# API for interoperation with Solr. The API supports:

    Adding, updating and deleting documents from a solr index. Configuration support for multiple solr instances. Flags for Read/Write modes in support of solr replication. Search queries that return strongly-typed objects Support for facets

    and more ... http://www.codeplex.com/solrsharp

提交回复
热议问题