I just stumbled upon https://issues.apache.org/jira/browse/LUCENE-1822 maybe
this can help too?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Sentence-aware-Highlighter-tp3310982p3316619.html
Sent from the Solr - User mailing list archive at Nabble.com.
Not truncating terms anymore is a good first step. Ill be looking forward to
your solution Koji.
A real SentenceAwareFragmentsBuilder is probably too difficult to make. But
maybe someone can implement the RegexFragmenter functionality for FVH.
--
View this message in context:
http://lucene.4
ginal Message-
> From: Koji Sekiguchi [mailto:k...@r.email.ne.jp]
> Sent: Monday, September 05, 2011 10:33 AM
> To: solr-user@lucene.apache.org
> Subject: Re: Sentence aware Highlighter
>
> (11/09/05 23:09), O. Klein wrote:
> > Using the regex in the old highlighter I had reasona
(11/09/05 23:09), O. Klein wrote:
Using the regex in the old highlighter I had reasonable sentence aware
highlighting, but speed is an issue. So I tried to get this working with the
VFH, but this obviously didn't work with the regex.
So I am looking for ways to get the same behavior but with imp