romseygeek opened a new pull request, #11808:
URL: https://github.com/apache/lucene/pull/11808

   ### Description
   
   The UnifiedHighlighter can throw exceptions when highlighting terms that are 
longer
   than the maximum size the DaciukMihovAutomatonBuilder accepts.  Rather than 
throwing
   a confusing exception, we can instead filter out the long terms when 
building the 
   MemoryIndexOffsetStrategy.  Very long terms are likely to be junk input in 
any case.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to