From f36c1b4e6035a29c445d7caae6e56a04235d8d10 Mon Sep 17 00:00:00 2001 From: Britta Weber Date: Tue, 5 Jul 2016 15:53:25 +0200 Subject: [PATCH] Update fielddata.asciidoc --- docs/reference/mapping/params/fielddata.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/mapping/params/fielddata.asciidoc b/docs/reference/mapping/params/fielddata.asciidoc index 92151c56d49..2e6b63698c7 100644 --- a/docs/reference/mapping/params/fielddata.asciidoc +++ b/docs/reference/mapping/params/fielddata.asciidoc @@ -81,7 +81,7 @@ can move the loading time from the first search request, to the refresh itself. Fielddata filtering can be used to reduce the number of terms loaded into memory, and thus reduce memory usage. Terms can be filtered by _frequency_: -The frequency filter allows you to only load terms whose term frequency falls +The frequency filter allows you to only load terms whose document frequency falls between a `min` and `max` value, which can be expressed an absolute number (when the number is bigger than 1.0) or as a percentage (eg `0.01` is `1%` and `1.0` is `100%`). Frequency is calculated