Hello,

I have been trying to return highlighted text in original order and without
removing anything from it.
Seems that highlighter sorts my text by score and skips the sections that do
not have a score. 
I am sure I am missing something simple.
Has anyone had a similar issue?

I have tried different things, nothing seems to work.
my config:
     <str name='hl'>true</str>
     <str name='hl.snippets'>1000</str>   
     <str name="hl.fl">abstract</str>
     <str name='hl.fragmenter'>regex</str>
     <str name="hl.mergeContigous">true</str>   
     <str name='hl.maxAnalyzedChars'>104400</str>
      
     <str name="f.abstract.hl.fragsize">0</str>
     
     <str name="f.abstract.hl.simple.pre"></str> 
     <str name="f.abstract.hl.simple.post"></str>

Regards,
Alexei

--
View this message in context: 
http://lucene.472066.n3.nabble.com/return-unaltered-complete-multivalued-fields-with-Highlighted-results-tp2967146p2967146.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to