Shalin Shekhar Mangar created SOLR-8495:
-------------------------------------------
Summary: Schemaless mode cannot index large text fields
Key: SOLR-8495
URL: https://issues.apache.org/jira/browse/SOLR-8495
Project: Solr
Issue Type: Bug
Components: Data-driven Schema, Schema and Analysis
Affects Versions: 5.4, 5.3.1, 4.10.4
Reporter: Shalin Shekhar Mangar
Fix For: 5.5, Trunk
The schemaless mode by default indexes all string fields into an indexed
StrField which is limited to 32KB text. Anything larger than that leads to an
exception during analysis.
{code}
Caused by: java.lang.IllegalArgumentException: Document contains at least one
immense term in field="text" (whose UTF8 encoding is longer than the max length
32766)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]