Re: solr highliting feature

2011-06-19 Thread Jan Høydahl
Perhaps I don't understand your question right, but if you're working with the json response format, yes, you need to pull the highlighted version of the field from the highlighting section. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraini

Re: solr highliting feature

2011-06-19 Thread Romi
yes, I find title in section. If i am getting results say by parsing json object then do i need to parse ? - Thanks & Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/solr-highliting-feature-tp3079239p3084890.html Sent from the Solr - User mailing list archive

Re: solr highliting feature

2011-06-19 Thread Jan Høydahl
Hi, First, you should consider SolrJ API if you're working from Java/JSP. Then, say you want to highlight title. In you loop across the N hits, instead of pulling the title from the hits themselves, check if you find a highlighted result with the same ID in the section. -- Jan Høydahl, search