fix typo in migrate_6_0/java.asciidoc

This commit is contained in:
javanna 2017-05-03 15:00:30 +02:00 committed by Luca Cavanna
parent 79857357bf
commit a45e2efa00
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ as a result. From version 6.0.0, a `DeleteByQueryRequest` requires an explicit q
==== `InternalStats` and `Stats` getCountAsString() method removed
The `count` value in the stats aggregation represents a doc count that shouldnn't require a formatted
The `count` value in the stats aggregation represents a doc count that shouldn't require a formatted
version. This method was deprecated in 5.4 in favour of just using
`String.valueOf(getCount())` if needed