diff --git a/documentation/src/main/asciidoc/reference/mapper-orm-bridge-index-field-dsl.asciidoc b/documentation/src/main/asciidoc/reference/mapper-orm-bridge-index-field-dsl.asciidoc index 95d7a7519e0..36d71a07b4b 100644 --- a/documentation/src/main/asciidoc/reference/mapper-orm-bridge-index-field-dsl.asciidoc +++ b/documentation/src/main/asciidoc/reference/mapper-orm-bridge-index-field-dsl.asciidoc @@ -190,7 +190,7 @@ but omits the field names. A field template is always declared in a binder: either in a <> or in a <>. As for static fields, the entry point to declaring a template is the `IndexNode` -passed to the binder's `bind(...)` method +passed to the binder's `bind(...)` method. A call to the `fieldTemplate` method on the schema element will declare a field template. Assuming a field template was declared during binding, diff --git a/documentation/src/main/asciidoc/reference/search-dsl-predicate.asciidoc b/documentation/src/main/asciidoc/reference/search-dsl-predicate.asciidoc index 8665ed85493..ba716e616fc 100644 --- a/documentation/src/main/asciidoc/reference/search-dsl-predicate.asciidoc +++ b/documentation/src/main/asciidoc/reference/search-dsl-predicate.asciidoc @@ -1530,7 +1530,7 @@ or it doesn't match and it won't benefit from the score of this predicate. Predicates with a variable score have a more subtle impact on the score. For example the <>, on a text field, -will yield a higher score for documents +will yield a higher score for documents that contain the term to match multiple times. When this "variable score" behavior is not desired, you can suppress it by calling `.constantScore()`.