11 lines
340 B
Markdown
11 lines
340 B
Markdown
# Spring Data Solr - Examples
|
|
|
|
In order to run this example a 6.5+ [Solr Server](http://lucene.apache.org/solr/downloads.html) and [Maven](http://maven.apache.org/download.cgi) are required.
|
|
|
|
### Running Solr
|
|
```emacs
|
|
:solr> ./bin/solr start -e techproducts
|
|
```
|
|
|
|
Access via [localhost:8983/solr/](http://localhost:8983/solr/#/techproducts)
|