Browse Source

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

Made it clear what the numeric value of `Integer.MAX_VALUE`  is,
markwalkom 8 years ago
parent
commit
dbea83a1d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/analysis/tokenfilters/length-tokenfilter.asciidoc

+ 1 - 1
docs/reference/analysis/tokenfilters/length-tokenfilter.asciidoc

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