Skip to content

Commit

Permalink
[Docs] Update length-tokenfilter.asciidoc (#26849)
Browse files Browse the repository at this point in the history
Made it clear what the numeric value of `Integer.MAX_VALUE`  is,
  • Loading branch information
markwalkom authored and cbuescher committed Oct 2, 2017
1 parent 9ae7a80 commit dbea83a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ type:
|===========================================================
|Setting |Description
|`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.
|===========================================================

0 comments on commit dbea83a

Please sign in to comment.