|
|
@@ -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).
|
|
|
|