1
0
Adrien Grand 10 жил өмнө
parent
commit
ab8926bc6a

+ 1 - 2
docs/reference/api-conventions.asciidoc

@@ -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`.
 
 
 

+ 1 - 1
docs/reference/query-dsl/filters/limit-filter.asciidoc

@@ -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: