Files
spring-data-examples/solr/example/Readme.md
Christoph Strobl 5fcec44ec6 #297 - Upgraded samples for Spring Data for Apache Solr to Kay.
Adapt to API changes in SolrOperations.
2017-10-06 15:24:21 +02:00

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)