Hi, I am very new to SOLRNET. Could you explain where I can get the SOLRNET software, how to install it.
Lucene in java has a port for .NEt right.So is the port for Solr in java ???
thanks
where can i get the SOLRNET software
Download binaries from NuGet or new binaries from the server assembly (recommended)
how to install it.
Add a link to the SolrNet.dll file in your project, and then look at docs for information on how to use it in your project.
So this is the port for Solr in java
No, this is a client for the Solr server. You still need a Solr server. If you want to run Solr without Java runtime, you might be interested in this article . I recently wrote.