Docs: fix build.

This commit is contained in:
Adrien Grand 2015-04-10 17:38:12 +02:00
parent b936ec9a25
commit ab8926bc6a
2 changed files with 2 additions and 3 deletions

View File

@ -230,8 +230,7 @@ generates an edit distance based on the length of the term. For lengths:
converted into an edit distance using the formula: `length(term) * (1.0 -
fuzziness)`, eg a `fuzziness` of `0.6` with a term of length 10 would result
in an edit distance of `4`. Note: in all APIs except for the
<<query-dsl-flt-query>>, the maximum allowed edit distance is `2`.
in an edit distance of `4`. Note: in all APIs the maximum allowed edit distance is `2`.

View File

@ -1,7 +1,7 @@
[[query-dsl-limit-filter]]
=== Limit Filter
deprecated[2.0.0, Use <<search-request-body,terminate_after>> instead]
deprecated[1.6.0, Use <<search-request-body,terminate_after>> instead]
A limit filter limits the number of documents (per shard) to execute on.
For example: