Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get Started with Solr.NET

Hey I was wondering how to get started with Solr.NET even the basics what files to download etc, I checked the net ofcourse but its like every site saying something different some are older so just not sure.

Cheers

like image 933
StevieB Avatar asked Apr 13 '11 08:04

StevieB


People also ask

How do I start Solr?

Start the Server If you are running Windows, you can start Solr by running bin\solr. cmd instead. This will start Solr in the background, listening on port 8983. When you start Solr in the background, the script will wait to make sure Solr starts correctly before returning to the command line prompt.

What is Solr net?

Solr is the popular, blazing-fast, open source enterprise search platform built on Apache Lucene™.


1 Answers

See these questions:

  • Is Solr available for .Net?
  • How to install SOLRNET

See SolrNet docs, it contains several code samples.

And if you're just starting out with Solr, see the Solr tutorial and docs.

like image 55
Mauricio Scheffer Avatar answered Sep 24 '22 11:09

Mauricio Scheffer