You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by tf...@apache.org on 2019/01/18 22:57:41 UTC

[lucene-solr] branch branch_8x updated: Fix parameter name in example

This is an automated email from the ASF dual-hosted git repository.

tflobbe pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new b19415d  Fix parameter name in example
b19415d is described below

commit b19415dd0c2f8f8ad4716005132c644391e577ac
Author: Eric Pugh <ep...@opensourceconnections.com>
AuthorDate: Fri Oct 26 15:51:30 2018 -0400

    Fix parameter name in example
---
 solr/solr-ref-guide/src/collections-api.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/collections-api.adoc b/solr/solr-ref-guide/src/collections-api.adoc
index 73c3e1b..f650cdc 100644
--- a/solr/solr-ref-guide/src/collections-api.adoc
+++ b/solr/solr-ref-guide/src/collections-api.adoc
@@ -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*