#297 - Upgraded samples for Spring Data for Apache Solr to Kay.
Adapt to API changes in SolrOperations.
This commit is contained in:
committed by
Oliver Gierke
parent
d319758bef
commit
5fcec44ec6
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user