mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Fix some typos in plugins & reference docs (#84667)
This pull request removes a few instances of duplicate words or punctuation and erroneous spelling from the docs.
This commit is contained in:
parent
26307bbef3
commit
9ecb96fcf3
7 changed files with 7 additions and 7 deletions
|
@ -442,7 +442,7 @@ unless otherwise specified in the collation.
|
|||
Possible values: `no` (default, but collation-dependent) or `canonical`.
|
||||
Setting this decomposition property to `canonical` allows the Collator to
|
||||
handle unnormalized text properly, producing the same results as if the text
|
||||
were normalized. If `no` is set, it is the user's responsibility to insure
|
||||
were normalized. If `no` is set, it is the user's responsibility to ensure
|
||||
that all text is already in the appropriate form before a comparison or before
|
||||
getting a CollationKey. Adjusting decomposition mode allows the user to select
|
||||
between faster and more complete collation behavior. Since a great many of the
|
||||
|
|
|
@ -301,7 +301,7 @@ plugin configuration file.
|
|||
If you run {es} using Docker, you can manage plugins using a declarative configuration file.
|
||||
When {es} starts up, it will compare the plugins in the file with those
|
||||
that are currently installed, and add or remove plugins as required. {es}
|
||||
will also upgrade offical plugins when you upgrade {es} itself.
|
||||
will also upgrade official plugins when you upgrade {es} itself.
|
||||
|
||||
The file is called `elasticsearch-plugins.yml`, and must be placed in the
|
||||
Elasticsearch configuration directory, alongside `elasticsearch.yml`. Here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue