(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&defType=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