[
https://issues.apache.org/jira/browse/LUCENE-985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520693
]
Hoss Man commented on LUCENE-985:
---------------------------------
As a clarification point for people who stumble upon this issue years from now
after encountering whatever exception we put in place of the current one...
why is there a max termText length?
> AIOOB thrown when length of termText is longer than 16384 characters
> --------------------------------------------------------------------
>
> Key: LUCENE-985
> URL: https://issues.apache.org/jira/browse/LUCENE-985
> Project: Lucene - Java
> Issue Type: Bug
> Components: Index
> Affects Versions: 2.3
> Reporter: Michael McCandless
> Assignee: Michael McCandless
> Priority: Minor
> Fix For: 2.3
>
>
> DocumentsWriter has a max term length of 16384; if you cross that you
> get an unfriendly AIOOB. We should fix to raise a clearer exception.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]