You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solr schema may need updating to split the field up -
Caused by: java.lang.IllegalArgumentException: Document contains at least one immense term in field="status" (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: '[123, 34, 106, 111, 98, 95, 99, 111, 117, 110, 116, 34, 58, 32, 52, 53, 53, 44, 32, 34, 108, 97, 115, 116, 95, 106, 111, 98, 34, 58]...', original message: bytes can be at most 32766 in length; got 37690
at org.apache.lucene.index.DefaultIndexingChain$PerField.invert(DefaultIndexingChain.java:984) ~[?:?]
...
Caused by: org.apache.lucene.util.BytesRefHash$MaxBytesLengthExceededException: bytes can be at most 32766 in length; got 37690
at org.apache.lucene.util.BytesRefHash.add(BytesRefHash.java:281) ~[?:?]
...
The text was updated successfully, but these errors were encountered:
Solr schema may need updating to split the field up -
Caused by: java.lang.IllegalArgumentException: Document contains at least one immense term in field="status" (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: '[123, 34, 106, 111, 98, 95, 99, 111, 117, 110, 116, 34, 58, 32, 52, 53, 53, 44, 32, 34, 108, 97, 115, 116, 95, 106, 111, 98, 34, 58]...', original message: bytes can be at most 32766 in length; got 37690
at org.apache.lucene.index.DefaultIndexingChain$PerField.invert(DefaultIndexingChain.java:984) ~[?:?]
...
Caused by: org.apache.lucene.util.BytesRefHash$MaxBytesLengthExceededException: bytes can be at most 32766 in length; got 37690
at org.apache.lucene.util.BytesRefHash.add(BytesRefHash.java:281) ~[?:?]
...
The text was updated successfully, but these errors were encountered: