Question

I have a query like "+(+Contents:"risk factors" +Contents:"item 503" +Contents:concise) +(DocID:2548093)" it filters result but highlighting not works on the result of the query.. I tried to use all highlighters available in solr by appending hl.usefastvectorhighlighter but still highlighting does not works.. can any one help me on this.

Was it helpful?

Solution

we can fix this by increasing hl.maxAnalyzedChars its default value is 51200. I have increased it 100000 and it is working fine now.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top