TYPO3-Solr / ext-solr

A TYPO3 extension that integrates the Apache Solr search server with TYPO3 CMS. dkd Internet Service GmbH is developing the extension. Community contributions are welcome. See CONTRIBUTING.md for details.
GNU General Public License v3.0
137 stars 252 forks source link

[TASK] Prevent word truncation with enabled resultsHighlighting #4114

Open loeffe1 opened 4 months ago

loeffe1 commented 4 months ago

What this pr does

Use BreakIteratorBoundaryScanner instead of SimpleBoundaryScanner

This is a basic proof of concept for english and german cores

How to test

Enable highlighting

Fixes: #4091