mirror of https://github.com/apache/lucene.git
Fix parameter name in example
This commit is contained in:
parent
c13645bd4c
commit
512cfd886d
|
@ -1291,7 +1291,7 @@ The response will include the status of the request and the properties that were
|
|||
|
||||
[source,text]
|
||||
----
|
||||
http://localhost:8983/solr/admin/collections?action=COLLECTIONPROP&name=coll&propertyName=foo&val=bar&wt=xml
|
||||
http://localhost:8983/solr/admin/collections?action=COLLECTIONPROP&name=coll&propertyName=foo&propertyValue=bar&wt=xml
|
||||
----
|
||||
|
||||
*Output*
|
||||
|
|
Loading…
Reference in New Issue