Solr Highlighting Response Type

2013-11-20 Thread Furkan KAMACI
Here is an example from wiki: Iterator iter = queryResponse.getResults().iterator(); while (iter.hasNext()) { SolrDocument resultDoc = iter.next(); String content = (String) resultDoc.getFieldValue("content"); String id = (String) resultDoc.getFieldValue("id"); //id is the

Highlighting Response

2013-06-17 Thread Furkan KAMACI
Here is my highlight handler: dismax explicit 0.01 content^0.5 anchor^1.0 title^1.2 content^0.5 anchor^1.5 title^1.2 site^1.5 url 100 true *:* title url content 0 title 0 url regex Return value is as follows: + + + response has just url list of results. highlighting has title,