When doing a query field1:term is it possible to get term hilighted in field2? As an example, I’ve got this query which doesn’t work:
q=field1:term&hl=true&hl.fl=field2
I do have field2 set up properly for hilighting as the following query works:
q=field2:term&hl=true&hl.fl=field2
You can!
I must have screwed up some configuration or schema issue because it seems to be working fine now. It seems that
field2must be of the same type asfield1as that seems to make it work.