Skip to content

Commit 90b7dcf

Browse files
author
Clinton Gormley
committed
Corrected a typo in the length-token-filter docs
1 parent 58620bf commit 90b7dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/reference/index-modules/analysis/length-tokenfilter.textile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ p. The following are settings that can be set for a @length@ token filter type:
1111

1212
|_. Setting |_. Description |
1313
|@min@|The minimum number. Defaults to @0@.|
14-
|@min@|The maximum number. Defaults to @Integer.MAX_VALUE@.|
14+
|@max@|The maximum number. Defaults to @Integer.MAX_VALUE@.|

0 commit comments

Comments
 (0)