mirror of https://github.com/apache/lucene.git
Ref Guide: fix undefined substitution error caused by formatting of variables in paths
This commit is contained in:
parent
53f7b394e4
commit
b2f51f1941
|
@ -73,7 +73,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 `/api/{collections|cores}/{name}/schema/` endpoint with a sequence of commands in JSON format 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 `/api/<collections|cores>/<name>/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.
|
||||
|
|
Loading…
Reference in New Issue