I have a solr query where I search for (webpage_text:*test* OR company_text:*test*)
In my highlighting I set my fields to webpage_text, company_text. But now I always get BOTH fields in the highlighting result, even when the search term is only found in webpage_text, I also get a highlight result for company_text which is just the full field. Is it possible to only return the highlights for the fields that had a match ? I tried requireFieldMatch with usePhraseHighlighter but that doesn't work. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-highlighting-problem-tp4026958.html Sent from the Solr - User mailing list archive at Nabble.com.