How to install SOLRNET [closed]

我的未来我决定 提交于 2019-12-19 03:56:35

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/5088865/how-to-install-solrnet

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!