You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/09/23 13:55:37 UTC

[GitHub] [lucene] romseygeek opened a new pull request, #11808: Don't try to highlight very long terms

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-unsubscribe@lucene.apache.org

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


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


[GitHub] [lucene] romseygeek merged pull request #11808: Don't try to highlight very long terms

Posted by GitBox <gi...@apache.org>.
romseygeek merged PR #11808:
URL: https://github.com/apache/lucene/pull/11808


-- 
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-unsubscribe@lucene.apache.org

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


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