We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff3dc6 commit 8b9d924Copy full SHA for 8b9d924
solr/solr-ref-guide/modules/getting-started/pages/tutorial-five-minutes.adoc
@@ -135,7 +135,7 @@ A file containing the documents can be indexed as follows:
135
----
136
$ curl -H "Content-Type: application/json" \
137
-X POST \
138
- -d @example/products.json \
+ -d @example/exampledocs/books.json \
139
--url 'http://localhost:8983/api/collections/techproducts/update?commit=true'
140
141
0 commit comments