Re: Do Hignlighting + proximity using surround query parser

2012-01-25 Thread Ahmet Arslan
> > 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

Re: Do Hignlighting + proximity using surround query parser

2012-01-24 Thread Ahmet Arslan
> 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

Re: Do Hignlighting + proximity using surround query parser

2012-01-24 Thread Scott Stults
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

Re: Do Hignlighting + proximity using surround query parser

2012-01-10 Thread Ahmet Arslan
> 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#

Re: Do Hignlighting + proximity using surround query parser

2012-01-05 Thread Erick Erickson
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. >