[Docs] Update length-tokenfilter.asciidoc (#26849)

Made it clear what the numeric value of `Integer.MAX_VALUE`  is,
This commit is contained in:
markwalkom 2017-10-02 19:37:17 +11:00 committed by Christoph Büscher
parent 9ae7a80ba5
commit dbea83a1d0
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ type:
|=========================================================== |===========================================================
|Setting |Description |Setting |Description
|`min` |The minimum number. Defaults to `0`. |`min` |The minimum number. Defaults to `0`.
|`max` |The maximum number. Defaults to `Integer.MAX_VALUE`. |`max` |The maximum number. Defaults to `Integer.MAX_VALUE`, which is `2^31-1` or 2147483647.
|=========================================================== |===========================================================