Thank you for the response, unfortunately it didn't change that I'm still getting no highlighting hits for this query.
...hl.q={!dismax}text_it_IT:l'assieme... -----Original Message----- From: Koji Sekiguchi [mailto:k...@r.email.ne.jp] Sent: Tuesday, April 02, 2013 9:00 PM To: solr-user@lucene.apache.org Subject: Re: Confusion over Solr highlight hl.q parameter (13/04/03 5:27), Van Tassell, Kristian wrote: > Thanks Koji, this helped with some of our problems, but it is still not > perfect. > > This query, for example, returns no highlighting: > > ?q=id:abc123&hl.q=text_it_IT:l'assieme&hl.fl=text_it_IT&hl=true&defTyp > e=edismax > > But this one does (when it is, in effect, the same query): > > ?q=text_it_IT:l'assieme&hl=true&defType=edismax&hl.fl=text_it_IT > > I've tried many combinations but can't seem to get the right one to work. Is > this possibly a bug? As hl.q doesn't care defType parameter but does localParams, can you try to put {!edismax} to hl.q parameter? koji -- http://soleami.com/blog/lucene-4-is-super-convenient-for-developing-nlp-tools.html