mirror of https://github.com/apache/lucene.git
SOLR-13650: ref guide typo
This commit is contained in:
parent
e584c9d140
commit
c18146602b
|
@ -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" }
|
||||
}'
|
||||
----
|
||||
|
||||
|
|
Loading…
Reference in New Issue