modify index
modify index <index_name> [pattern] [--update_order=within_commit | after_commit] [--update_buffer=<value> | default] [--cache_size] [--property] [--force]
Modify a type or field index. This command requires connection to a user database.
Arguments
Argument |
Values |
Explanation |
---|---|---|
index_name |
name of type or member field |
Options
Option |
Values |
Explanation |
---|---|---|
pattern |
regex of index name |
|
–update_order, -uo |
within_commit, after_commit |
order of updates |
–update_buffer, -ub |
<value>, default |
size of buffer before on disk structure is updated |
–cache_size, -cs |
size of cache |
|
–property, -p |
set any property (key:value) |
|
–force, -f |
forces delete, without interaction |
Example