mirror of https://github.com/apache/lucene.git
SOLR-13650:ref guide typo
This commit is contained in:
parent
540de65e14
commit
30ce19a13e
|
@ -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 '{
|
curl http://localhost:8983/solr/gettingstarted/config -H 'Content-type:application/json' -d '{
|
||||||
"create-requesthandler": { "name" : "/test",
|
"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