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:58:06 UTC

[lucene-solr] branch branch_7x 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_7x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


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

commit f8263763b2f44d1ce9533280ce9c5668333314a9
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 b5dda3e..9e27d7b 100644
--- a/solr/solr-ref-guide/src/collections-api.adoc
+++ b/solr/solr-ref-guide/src/collections-api.adoc
@@ -1287,7 +1287,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*