Browse Source

docs amendment match-only-text has limited support for aggs (#72985)

Dominic Page 4 years ago
parent
commit
dc43d05816
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/mapping/types/match-only-text.asciidoc

+ 1 - 1
docs/reference/mapping/types/match-only-text.asciidoc

@@ -20,7 +20,7 @@ Analysis is not configurable: text is always analyzed with the
 <<text-field-type,`text`>> field type if you absolutely need span queries.
 
 Other than that, `match_only_text` supports the same queries as `text`. And
-like `text`, it doesn't support sorting or aggregating.
+like `text`, it does not support sorting and has only limited support for aggretations.
 
 [source,console]
 --------------------------------