Przeglądaj źródła

use different example data to avoid warnings

Martijn Koster 10 lat temu
rodzic
commit
5584b0487b
2 zmienionych plików z 4 dodań i 4 usunięć
  1. 2 2
      solr/README.md
  2. 2 2
      solr/content.md

+ 2 - 2
solr/README.md

@@ -31,11 +31,11 @@ In the web UI if you click on "Core Admin" you should now see the "gettingstarte
 
 If you want to load some example data:
 
-    docker exec -it --user=solr $SOLR_CONTAINER bin/post -c gettingstarted example/films/films.json
+    docker exec -it --user=solr $SOLR_CONTAINER bin/post -c gettingstarted example/exampledocs/manufacturers.xml
 
 In the UI, find the "Core selector" popup menu and select the "gettingstarted" core, then select the "Query"
 menu item. This gives you a default search for "*:*" which returns all docs. Hit the "Execute Query" button,
-and you should see a few docs with film data. Congratulations!
+and you should see a few docs with data. Congratulations!
 
 To learn more about Solr, see the [Apache Solr Reference Guide](https://cwiki.apache.org/confluence/display/solr/Apache+Solr+Reference+Guide).
 

+ 2 - 2
solr/content.md

@@ -23,11 +23,11 @@ In the web UI if you click on "Core Admin" you should now see the "gettingstarte
 
 If you want to load some example data:
 
-    docker exec -it --user=solr $SOLR_CONTAINER bin/post -c gettingstarted example/films/films.json
+    docker exec -it --user=solr $SOLR_CONTAINER bin/post -c gettingstarted example/exampledocs/manufacturers.xml
 
 In the UI, find the "Core selector" popup menu and select the "gettingstarted" core, then select the "Query"
 menu item. This gives you a default search for "*:*" which returns all docs. Hit the "Execute Query" button,
-and you should see a few docs with film data. Congratulations!
+and you should see a few docs with data. Congratulations!
 
 To learn more about Solr, see the [Apache Solr Reference Guide](https://cwiki.apache.org/confluence/display/solr/Apache+Solr+Reference+Guide).