mirror of
https://github.com/apache/lucene.git
synced 2025-02-07 10:38:40 +00:00
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…
x
Reference in New Issue
Block a user