Skip to content

Commit ee0ad55

Browse files
Fix typo in tutorial (#120928)
1 parent 2ebbad4 commit ee0ad55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/quickstart/full-text-filtering-tutorial.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ PUT /cooking_blog/_mapping
107107
<1> The `standard` analyzer is used by default for `text` fields if an `analyzer` isn't specified. It's included here for demonstration purposes.
108108
<2> <<multi-fields,Multi-fields>> are used here to index `text` fields as both `text` and `keyword` <<mapping-types,data types>>. This enables both full-text search and exact matching/filtering on the same field.
109109
Note that if you used <<dynamic-field-mapping,dynamic mapping>>, these multi-fields would be created automatically.
110-
<3> The <<ignore-above,`ignore_above` parameter>> prevents indexing values longer than 256 characters in the `keyword` field. Again this is the default value, but it's included here for for demonstration purposes.
110+
<3> The <<ignore-above,`ignore_above` parameter>> prevents indexing values longer than 256 characters in the `keyword` field. Again this is the default value, but it's included here for demonstration purposes.
111111
It helps to save disk space and avoid potential issues with Lucene's term byte-length limit.
112112

113113
[TIP]

0 commit comments

Comments
 (0)