> > I got this working the way you
> > describe it (in the getHighlightQuery()
> > method). The span queries were tripping it up, so I
> > extracted the query
> > terms and created a DisMax query from them. There'll be
> a
> > loss of accuracy
> > in the highlighting, but in my case that's better t
> I got this working the way you
> describe it (in the getHighlightQuery()
> method). The span queries were tripping it up, so I
> extracted the query
> terms and created a DisMax query from them. There'll be a
> loss of accuracy
> in the highlighting, but in my case that's better than no
> highlig
I got this working the way you describe it (in the getHighlightQuery()
method). The span queries were tripping it up, so I extracted the query
terms and created a DisMax query from them. There'll be a loss of accuracy
in the highlighting, but in my case that's better than no highlighting.
Should I
> I am not able to do highlighting with surround query parser
> on the returned
> results.
> I have tried the highlighting component but it does not
> return highlighted
> results.
Highlighter does not recognize Surround Query. It must be re-written to enable
highlighting in o.a.s.search.QParser#
Please review:
http://wiki.apache.org/solr/UsingMailingLists
You haven't provided enough information for
anyone to provide much help.
Best
Erick
On Wed, Jan 4, 2012 at 8:28 AM, reachpratik wrote:
> Hello,
> I am not able to do highlighting with surround query parser on the returned
> results.
>