diff --git a/docs/reference/analysis/tokenfilters/common-grams-tokenfilter.asciidoc b/docs/reference/analysis/tokenfilters/common-grams-tokenfilter.asciidoc index f0659e00868..eb1469af803 100644 --- a/docs/reference/analysis/tokenfilters/common-grams-tokenfilter.asciidoc +++ b/docs/reference/analysis/tokenfilters/common-grams-tokenfilter.asciidoc @@ -1,7 +1,7 @@ [[analysis-common-grams-tokenfilter]] === Common Grams Token Filter -Token filter that generates bigrams for frequently occuring terms. +Token filter that generates bigrams for frequently occurring terms. Single terms are still indexed. It can be used as an alternative to the <> when we don't want to completely ignore common terms. diff --git a/docs/reference/index-modules/analysis.asciidoc b/docs/reference/index-modules/analysis.asciidoc index 93f569b962a..709e5be5706 100644 --- a/docs/reference/index-modules/analysis.asciidoc +++ b/docs/reference/index-modules/analysis.asciidoc @@ -7,6 +7,6 @@ which are: * added to the inverted index in order to make the document searchable * used by high level queries such as the <> - to generate seach terms. + to generate search terms. See <> for configuration details. diff --git a/docs/reference/index-modules/translog.asciidoc b/docs/reference/index-modules/translog.asciidoc index 5cb2e4b65a3..ad704299529 100644 --- a/docs/reference/index-modules/translog.asciidoc +++ b/docs/reference/index-modules/translog.asciidoc @@ -68,7 +68,7 @@ update, or bulk request. This setting accepts the following parameters: (default) `fsync` and commit after every request. In the event of hardware failure, all acknowledged writes will already have been - commited to disk. + committed to disk. `async`:: diff --git a/docs/reference/migration/migrate_3_0.asciidoc b/docs/reference/migration/migrate_3_0.asciidoc index 30c1c38aae8..81cad00267a 100644 --- a/docs/reference/migration/migrate_3_0.asciidoc +++ b/docs/reference/migration/migrate_3_0.asciidoc @@ -291,7 +291,7 @@ Also reusing new Operator enum. Removed `MoreLikeThisQueryBuilder.Item#id(String id)`, `Item#doc(BytesReference doc)`, `Item#doc(XContentBuilder doc)`. Use provided constructors instead. -Removed `MoreLikeThisQueryBuilder#addLike` in favor of texts and/or items beeing provided +Removed `MoreLikeThisQueryBuilder#addLike` in favor of texts and/or items being provided at construction time. Using arrays there instead of lists now. Removed `MoreLikeThisQueryBuilder#addUnlike` in favor to using the `unlike` methods diff --git a/docs/reference/modules/snapshots.asciidoc b/docs/reference/modules/snapshots.asciidoc index 50ee4dfd1ea..b6a42946084 100644 --- a/docs/reference/modules/snapshots.asciidoc +++ b/docs/reference/modules/snapshots.asciidoc @@ -142,7 +142,7 @@ This setting supports wildcards in the place of host, path, query, and fragment. repositories.url.allowed_urls: ["http://www.example.org/root/*", "https://*.mydomain.com/*?*#*"] ----------------------------------- -URL repositories with `file:` URLs can only point to locations registered in the `path.repo` setting similiar to +URL repositories with `file:` URLs can only point to locations registered in the `path.repo` setting similar to shared file system repository. [float] diff --git a/docs/reference/setup/cluster_restart.asciidoc b/docs/reference/setup/cluster_restart.asciidoc index 32e82008814..219a6450848 100644 --- a/docs/reference/setup/cluster_restart.asciidoc +++ b/docs/reference/setup/cluster_restart.asciidoc @@ -64,7 +64,7 @@ upgraded following the same procedure described in <>. If you have dedicated master nodes -- nodes with `node.master` set to `true`(the default) and `node.data` set to `false` -- then it is a good idea to start them first. Wait for them to form a cluster and to elect a master -before proceding with the data nodes. You can check progress by looking at the +before proceeding with the data nodes. You can check progress by looking at the logs. As soon as the <>