3

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

Nakkala
  • 103
  • 3
  • 6

1 Answers1

10

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.

Mauricio Scheffer
  • 98,863
  • 23
  • 192
  • 275
  • TFS :) This is what I've understood if you say it is just a client: SOLRNET is just another layer using .NET on the existing SOLR (java).It provides library in .NET to access solr and it can provide all the features that Solr(java) provides. Am I right !!!! – Nakkala Feb 24 '11 at 11:43
  • @Nakkala: if you have doubts about the client/server concept see http://www.webopedia.com/TERM/C/client_server_architecture.html – Mauricio Scheffer Mar 01 '11 at 15:27
  • @MauricioScheffer, the link to build server seems down, could you please update the link – user2711965 Feb 11 '14 at 14:08
  • @NewHire that's the link, it's only down temporarily. See https://twitter.com/codebetterCI for status updates. – Mauricio Scheffer Feb 11 '14 at 14:12
  • @MauricioScheffer, Could you please take a look at my [question](http://stackoverflow.com/q/21688218/2711965) and thanks for the link – user2711965 Feb 11 '14 at 15:09
  • @NewHire https://groups.google.com/forum/#!forum/solrnet – Mauricio Scheffer Feb 11 '14 at 15:32