Solr highlighting gives field/snippets with ANY term, instead of those that satisfy the query fully
问题 I'm using Solr 5.x, standard highlighter, and i'm getting snippets which matches even one of the search terms only, even if i indicate q.op=AND. I need ONLY the fields and snippets that matches ALL the terms (unless i say q.op=OR or just omit it), i.e. the field/snippet must satisfy the query. Solr does return the field/snippet that has all the terms, but also return many others. I'm using hl.fl=*, to get the only fields having the terms, and searching against the default field ('text'