/SolrNetSampleApps

Includes sample applications that use SolrNet

Primary LanguageC#

SolrNetSampleApps

Includes sample applications that use SolrNet

How to use the samples:

  • Before anything, run runsolr.bat in order to start the solr server.
  • Create the core by running the following command in the root of your Solr installation server
bin\solr.cmd create -c exampledocs
  • Open the solution and just run the project.

Prerequisites

  • Java (in order to run solr)