SOLR-6127: fix paths in README

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649355 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2015-01-04 16:44:49 +00:00
parent 136f38c8c6
commit a4965941be
1 changed files with 3 additions and 3 deletions

View File

@ -46,9 +46,9 @@ curl http://localhost:8983/solr/films/schema/fields -X POST -H 'Content-type:app
* Now let's index the data, using one of these three commands:
- JSON: bin/post films example/exampledocs/films.json
- XML: bin/post films example/exampledocs/films.xml
- CSV: bin/post films example/exampledocs/films.csv params=f.genre.split=true&f.directed_by.split=true&f.genre.separator=|&f.directed_by.separator=|
- JSON: bin/post films example/films/films.json
- XML: bin/post films example/films/films.xml
- CSV: bin/post films example/films/films.csv params=f.genre.split=true&f.directed_by.split=true&f.genre.separator=|&f.directed_by.separator=|
* Let's get searching.
- Search for 'Batman':