You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by eh...@apache.org on 2015/01/04 17:44:49 UTC

svn commit: r1649355 - /lucene/dev/trunk/solr/example/films/README.txt

Author: ehatcher
Date: Sun Jan  4 16:44:49 2015
New Revision: 1649355

URL: http://svn.apache.org/r1649355
Log:
SOLR-6127: fix paths in README

Modified:
    lucene/dev/trunk/solr/example/films/README.txt

Modified: lucene/dev/trunk/solr/example/films/README.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/films/README.txt?rev=1649355&r1=1649354&r2=1649355&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/films/README.txt (original)
+++ lucene/dev/trunk/solr/example/films/README.txt Sun Jan  4 16:44:49 2015
@@ -46,9 +46,9 @@ curl http://localhost:8983/solr/films/sc
 
    * 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':