Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 436 Bytes

File metadata and controls

17 lines (11 loc) · 436 Bytes

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)