36 | | * The installation details are here: http://eden.sahanafoundation.org/wiki/BluePrint/TextSearch#ApacheSolr |
| 36 | * The installation details are here: |
| 37 | * [http://lucene.apache.org/solr/mirrors-solr-latest-redir.html Solr distribution] |
| 38 | * [http://wiki.apache.org/solr/SolrInstall Installation] |
| 39 | * [http://lucene.apache.org/solr/4_3_0/tutorial.html Tutorial] |
| 40 | * Prerequisites: |
| 41 | * Java, at least 1.6 |
| 42 | * Unzip the distribution. |
| 43 | * You can, for now, use the setup in the example directory, though this contains sample data that we won't want. |
| 44 | * {{{cd example}}} |
| 45 | * {{{java -jar start.jar}}} |
| 46 | * Open in browser: http://localhost:8983/solr/ |