From 5584b0487bc10da1552036c900743eecf5735003 Mon Sep 17 00:00:00 2001 From: Martijn Koster Date: Wed, 30 Sep 2015 11:10:47 +0100 Subject: [PATCH] use different example data to avoid warnings --- solr/README.md | 4 ++-- solr/content.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/solr/README.md b/solr/README.md index 40f2f33f1..13a6962c5 100644 --- a/solr/README.md +++ b/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). diff --git a/solr/content.md b/solr/content.md index 3bded7210..646ab005b 100644 --- a/solr/content.md +++ b/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).