You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2018/04/23 17:35:14 UTC

[10/40] lucene-solr:jira/solr-11833: Explicitly call out the fact that schema api modification request bodies are in JSON format.

Explicitly call out the fact that schema api modification request bodies are in JSON format.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/79ed3bdf
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/79ed3bdf
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/79ed3bdf

Branch: refs/heads/jira/solr-11833
Commit: 79ed3bdf5349ae987cc7b5debd8855daa663d2d7
Parents: dd39128
Author: Steve Rowe <sa...@apache.org>
Authored: Wed Apr 18 14:35:01 2018 -0400
Committer: Steve Rowe <sa...@apache.org>
Committed: Wed Apr 18 14:58:54 2018 -0400

----------------------------------------------------------------------
 solr/solr-ref-guide/src/schema-api.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/79ed3bdf/solr/solr-ref-guide/src/schema-api.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/schema-api.adoc b/solr/solr-ref-guide/src/schema-api.adoc
index 7a61857..798cc44 100644
--- a/solr/solr-ref-guide/src/schema-api.adoc
+++ b/solr/solr-ref-guide/src/schema-api.adoc
@@ -71,7 +71,7 @@ bin/solr -e cloud -noprompt
 
 == Modify the Schema
 
-To add, remove or replace fields, dynamic field rules, copy field rules, or new field types, you can send a POST request to the `/collection/schema/` endpoint with a sequence of commands to perform the requested actions. The following commands are supported:
+To add, remove or replace fields, dynamic field rules, copy field rules, or new field types, you can send a POST request to the `/collection/schema/` endpoint with a sequence of commands in JSON format to perform the requested actions. The following commands are supported:
 
 * `add-field`: add a new field with parameters you provide.
 * `delete-field`: delete a field.