#297 - Upgraded samples for Spring Data for Apache Solr to Kay.

Adapt to API changes in SolrOperations.
This commit is contained in:
Christoph Strobl
2017-05-05 13:50:03 +02:00
committed by Oliver Gierke
parent d319758bef
commit 5fcec44ec6
14 changed files with 44 additions and 49 deletions

View File

@@ -1,11 +1,10 @@
# Spring Data Solr - Examples
In order to run this example a 4.7+ [Solr Server](http://lucene.apache.org/solr/downloads.html) and [Maven](http://maven.apache.org/download.cgi) are required.
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> cd example
:example> java -jar start.jar
:solr> ./bin/solr start -e techproducts
```
Access via [localhost:8983/solr/](http://localhost:8983/solr/#/collection1)
Access via [localhost:8983/solr/](http://localhost:8983/solr/#/techproducts)