Re: highlight separator

2017-11-22 Thread David Hastings
Thanks, I kind of figured that was the case. On Wed, Nov 22, 2017 at 12:24 PM, Erick Erickson wrote: > I think that's only for the Unified Highlighter, which was introduced > to Lucene in 6.3 and Solr in 6.4. See: SOLR-9708 > > Best, > Erick > > On Wed, Nov 22, 2017 at 9:01 AM, David Hastings >

Re: highlight separator

2017-11-22 Thread Erick Erickson
I think that's only for the Unified Highlighter, which was introduced to Lucene in 6.3 and Solr in 6.4. See: SOLR-9708 Best, Erick On Wed, Nov 22, 2017 at 9:01 AM, David Hastings wrote: > Im on solr 5.x at the moment, and am trying to get the highlighter to > display complete sentences containin

highlight separator

2017-11-22 Thread David Hastings
Im on solr 5.x at the moment, and am trying to get the highlighter to display complete sentences containing the match. setting: 'hl.method' => 'fastVector', 'hl.bs.type' =>'SENTENCE', hasnt been proving to work. is there a way for me to do it in the query itself? thanks -Dave