Re: Issue: Hit Highlighting Working Inconsistently in Solr 6.6

2017-07-14 Thread David Smiley
Does hl.method=unified help any? Perhaps you need to set hl.fl? or hl.requireFieldMatch=false? (although it should default to false already) On Fri, Jul 14, 2017 at 6:52 PM Vikram Oberoi wrote: > Hi! > > Just wanted to close the loop here. > > I'm pretty sure this has something to do with the

Re: Issue: Hit Highlighting Working Inconsistently in Solr 6.6

2017-07-14 Thread Vikram Oberoi
Hi! Just wanted to close the loop here. I'm pretty sure this has something to do with the default _text_ "catchall" field being a slightly differently type ('text_general') from all my textual fields ('text_en'). A few things I tried support that hypothesis: - Specifying fields for terms correct

Issue: Hit Highlighting Working Inconsistently in Solr 6.6

2017-07-14 Thread Vikram Oberoi
Hi there, I'm seeing inconsistent highlighting behavior using a default, fresh Solr 6.6 install and it's unclear to me why or how to go about debugging it. Hit highlights either show entirely correct highlights or none at all when there should be highlights. - Some queries show highlights out

Issue: Hit Highlighting Working Inconsistently in Solr 6.6

2017-07-13 Thread Vikram Oberoi
Hi there, I'm seeing inconsistent highlighting behavior using a default, fresh Solr 6.6 install and it's unclear to me why or how to go about debugging it. Hit highlights either show entirely correct highlights or none at all when there should be highlights. - Some queries show highlights out