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