RE: Sentence aware Highlighter

2011-09-07 Thread O. Klein
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.

RE: Sentence aware Highlighter

2011-09-07 Thread O. Klein
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

RE: Sentence aware Highlighter

2011-09-06 Thread Bob Sandiford
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

Re: Sentence aware Highlighter

2011-09-05 Thread Koji Sekiguchi
(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