SOLR-13650:ref guide typo

This commit is contained in:
Noble Paul 2019-08-20 18:36:24 +10:00 committed by GitHub
parent 540de65e14
commit 30ce19a13e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ Step 6 : Create a new request handler '/test' for the collection 'gettingstarte
----
curl http://localhost:8983/solr/gettingstarted/config -H 'Content-type:application/json' -d '{
"create-requesthandler": { "name" : "/test",
"class": "org.apache.solr.core.RuntimeLibReqHandler", "pakacage" : "my-pkg" }
"class": "org.apache.solr.core.RuntimeLibReqHandler", "package" : "my-pkg" }
}'
----