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 18:49:09 UTC

svn commit: r1649377 - in /lucene/dev/branches/branch_5x: ./ solr/ solr/example/ solr/example/films/README.txt

Author: ehatcher
Date: Sun Jan  4 17:49:08 2015
New Revision: 1649377

URL: http://svn.apache.org/r1649377
Log:
SOLR-6127: Fix reference to previously renamed script (merged from trunk r1649376)

Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/solr/   (props changed)
    lucene/dev/branches/branch_5x/solr/example/   (props changed)
    lucene/dev/branches/branch_5x/solr/example/films/README.txt

Modified: lucene/dev/branches/branch_5x/solr/example/films/README.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/example/films/README.txt?rev=1649377&r1=1649376&r2=1649377&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/example/films/README.txt (original)
+++ lucene/dev/branches/branch_5x/solr/example/films/README.txt Sun Jan  4 17:49:08 2015
@@ -62,5 +62,5 @@ curl http://localhost:8983/solr/films/sc
 
 Exploring the data further - 
 
-  * Increase the MAX_ITERATIONS value, put in your freebase API_KEY and run the exampledocs_generator.py script using Python 3.
+  * Increase the MAX_ITERATIONS value, put in your freebase API_KEY and run the film_data_generator.py script using Python 3.
     Now re-index Solr with the new data.
\ No newline at end of file