Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question
You should mark Mauricio's answer as the accepted answer... – Oskar Austegard Jun 29 '11 at 18:14

closed as not a real question by Kev May 6 '12 at 22:24

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

where I can get the software of SOLRNET

Download the binaries from http://code.google.com/p/solrnet/downloads/list

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.

share|improve this answer
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 webopedia.com/TERM/C/client_server_architecture.html – Mauricio Scheffer Mar 1 '11 at 15:27

Not the answer you're looking for? Browse other questions tagged or ask your own question.