Im am getting results no problem with the query. But from what I believe it should wrap <em/> around the text in the result.
So if I search ie Andrew within the return content Ie would have the contents with the word <em>Andrew</em> and hl.fl=attr_content Thank you for you help Begin forwarded message: > From: Joe Calderon <calderon....@gmail.com> > Date: 10 March 2010 15:37:35 GMT > To: solr-user@lucene.apache.org > Subject: Re: Highlighting > Reply-To: solr-user@lucene.apache.org > > just to make sure were on the same page, youre saying that the > highlight section of the response is empty right? the results section > is never highlighted but a separate section contains the highlighted > fields specified in hl.fl= > > On Wed, Mar 10, 2010 at 5:23 AM, Ahmet Arslan <iori...@yahoo.com> wrote: >> >> >>> Yes Content is stored and I get same >>> results adding that parameter. >>> >>> Still not highlighting the content :-( >>> >>> Any other ideas >> >> What is the field type of attr_content? And what is your query? >> >> Are you running your query on another field and then requesting snippets from >> attr_content? >> >> q:attr_content:somequery&hl=true&hl.fl=attr_content&hl.maxAnalyzedChars=-1 >> should return highlighting. >> >> >> >>