How to install SOLRNET [closed]

2020-03-04 08:39发布

Hi I am very new to SOLRNET. Can you please explain where I can get the software of SOLRNET,how to install it.

Lucene in java has a port for .NEt right.So is this a port to Solr in java???

Thank you

标签: solrnet
1条回答
啃猪蹄的小仙女
2楼-- · 2020-03-04 09:25

where I can get the software of SOLRNET

Download the binaries from NuGet or newer binaries from the build server (recommended)

how to install it.

Add a reference to SolrNet.dll in your project, then see the docs for information on how to use it in your project.

So is this a port to Solr in java

No, it's a client for the Solr server. You still need the Solr server. If you want to run Solr without a Java runtime, you might be interested in this article I wrote recently.

查看更多
登录 后发表回答