use different example data to avoid warnings

This commit is contained in:
Martijn Koster 2015-09-30 11:10:47 +01:00
parent 5ed3162b24
commit 5584b0487b
2 changed files with 4 additions and 4 deletions

View File

@ -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: 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" 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, 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). To learn more about Solr, see the [Apache Solr Reference Guide](https://cwiki.apache.org/confluence/display/solr/Apache+Solr+Reference+Guide).

View File

@ -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: 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" 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, 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). To learn more about Solr, see the [Apache Solr Reference Guide](https://cwiki.apache.org/confluence/display/solr/Apache+Solr+Reference+Guide).