#6 - Add samples for Spring Data Solr.
Added sample using deep pagination with cursor and one for managed schema support. Added JUnit rule checking that Solr is up and running. Original pull request: #12.
This commit is contained in:
committed by
Oliver Gierke
parent
91565e3e21
commit
de7c2c5522
12
solr/managed-schema/Readme.md
Normal file
12
solr/managed-schema/Readme.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Spring Data Solr - Managed Schema 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.
|
||||
|
||||
### Running Solr
|
||||
```emacs
|
||||
:solr> cd example
|
||||
:example> java -Dsolr.solr.home=example-schemaless/solr -jar start.jar
|
||||
```
|
||||
|
||||
Access via [localhost:8983/solr/](http://localhost:8983/solr/#/collection1).
|
||||
Fields available at [../schema/fields](http://localhost:8983/solr/collection1/schema/fields)
|
||||
Reference in New Issue
Block a user