Hello!!!
  I have a trouble with Solr highlighting. I have any document with next
fields- "TYPE", "DBID" and others. When i do next request - 
https://localhost:8443/solr/myCore/afts?wt=standard&q=TYPE:
https://localhost:8443/solr/myCore/afts?wt=standard&q=TYPE:"cm:content"&indent=on&hl=true&hl.fl=DBID&hl.usePhraseHighlighter=true&fl=DBID
 
it was returned next text:
<response>
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">3</int>
</lst>
<result name="response" numFound="166" start="0">
<doc>
<arr name="DBID">
<str>892</str>
</arr>
</doc>
<doc>
</result>
<lst name="highlighting">
<lst name="LEAF-892"/>
</lst>
</response>
What is problem?
Thank you!

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-highlighting-isn-t-work-tp3527701p3527701.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to