1
Hereはキーワードに関するドキュメントですが、制限はありません。私が見つけた障害の長さは256文字ですが、キーワードのデータ型の長さを最大にする方法は?elasticsearchのキーワードタイプの最大長はどれくらいですか?
Hereはキーワードに関するドキュメントですが、制限はありません。私が見つけた障害の長さは256文字ですが、キーワードのデータ型の長さを最大にする方法は?elasticsearchのキーワードタイプの最大長はどれくらいですか?
最大バイト数は最大32766バイトが32766
"reason": "Document contains at least one immense term in field=\"tags\" (whose UTF8 encoding is longer than the max length 32766), all of which were skipped. Please correct the analyzer to not produce such terms. The prefix of the first immense term is: '[82, 83, 75, 66, 99, 81, 87, 70, 69, 72, 49, 65, 70, 71, 48, 48, 53, 101, 86, 54, 112, 67, 53, 54, 80, 112, 56, 54, 70, 72]...', original message: bytes can be at most 32766 in length; got 32770",
"caused_by": {
"type": "max_bytes_length_exceeded_exception",
"reason": "bytes can be at most 32766 in length; got 32770"
}
を越えて行く時には、次のエラーの理由を取得することができます