christophe wrote:
Hi,I'm doing the following query: q=text:abc AND type:typeAAnd I ask to return highlighting (query.setHighlight(true);). The search term for field "type" (typeA) is also highlighted in the "text" field.Anyway to avoid this ? Thanks Christophe
I havn't used solrj really, but have you tried addHighlightField?