We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52bb54b commit bd28e77Copy full SHA for bd28e77
docs/reference/index-modules/similarity.asciidoc
@@ -5,6 +5,8 @@ A similarity (scoring / ranking model) defines how matching documents
5
are scored. Similarity is per field, meaning that via the mapping one
6
can define a different similarity per field.
7
8
+Similarity is only applicable for text type and keyword type fields.
9
+
10
Configuring a custom similarity is considered an expert feature and the
11
builtin similarities are most likely sufficient as is described in
12
<<similarity>>.
0 commit comments