Docs: fix build.
This commit is contained in:
parent
b936ec9a25
commit
ab8926bc6a
|
@ -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 -
|
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
|
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
|
in an edit distance of `4`. Note: in all APIs the maximum allowed edit distance is `2`.
|
||||||
<<query-dsl-flt-query>>, the maximum allowed edit distance is `2`.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[[query-dsl-limit-filter]]
|
[[query-dsl-limit-filter]]
|
||||||
=== 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.
|
A limit filter limits the number of documents (per shard) to execute on.
|
||||||
For example:
|
For example:
|
||||||
|
|
Loading…
Reference in New Issue