Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.8.1
-
None
-
New
Description
In DefaultIndexingChain, when a MaxBytesLengthExceededException is caught, the original message is discarded, however, the message contains useful information like the size that exceeded the limit.
Lucene should make this information included in the newly thrown IllegalArgumentException.