fix #1598 update max_token_count
This commit is contained in:
parent
df1c1c7af9
commit
758eaa6ab1
1 changed files with 1 additions and 1 deletions
|
@ -1377,7 +1377,7 @@
|
|||
},
|
||||
"limit_token_count_filter": {
|
||||
"type": "limit",
|
||||
"max_token_count": 10000
|
||||
"max_token_count": 2147483647
|
||||
},
|
||||
"stemmer_en_filter": {
|
||||
"type": "stemmer",
|
||||
|
|
Loading…
Add table
Reference in a new issue