mirror of https://github.com/apache/lucene.git
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:
parent
136f38c8c6
commit
a4965941be
|
@ -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':
|
||||
|
|
Loading…
Reference in New Issue