Re: how to achieve google.com like results for phrase queries

2011-11-07 Thread alxsss
olr-user Sent: Sat, Nov 5, 2011 8:59 pm Subject: Re: how to achieve google.com like results for phrase queries Google achieves their results by using data not found in the web pages themselves. This additional data critically includes link text, but also is derived from behavioral informat

Re: how to achieve google.com like results for phrase queries

2011-11-05 Thread Ted Dunning
> > Thanks. > Alex. > > > > > > > -Original Message- > From: Erick Erickson > To: solr-user > Sent: Sat, Nov 5, 2011 9:01 am > Subject: Re: how to achieve google.com like results for phrase queries > > > First, the default query operator

Re: how to achieve google.com like results for phrase queries

2011-11-05 Thread alxsss
results at all. Thanks. Alex. -Original Message- From: Erick Erickson To: solr-user Sent: Sat, Nov 5, 2011 9:01 am Subject: Re: how to achieve google.com like results for phrase queries First, the default query operator is ignored by edismax, so that's not doing anything.

Re: how to achieve google.com like results for phrase queries

2011-11-05 Thread Erick Erickson
First, the default query operator is ignored by edismax, so that's not doing anything. Why would you expect "newspaper latimes" to be found at all in "latimes.com"? What proof do you have that the two terms are even in the "latimes.com" document? You can look at the Query Elevation Component to f