[Docs] Update length-tokenfilter.asciidoc (#26849)
Made it clear what the numeric value of `Integer.MAX_VALUE` is,
This commit is contained in:
parent
9ae7a80ba5
commit
dbea83a1d0
|
@ -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.
|
||||
|===========================================================
|
||||
|
||||
|
|
Loading…
Reference in New Issue