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

how to achieve google.com like results for phrase queries

2011-11-03 Thread alxsss
Hello, I use nutch-1.3 crawled results in solr-3.4. I noticed that for two word phrases like newspaper latimes, latimes.com is not in results at all. This may be due to the dismax def type that I use in request handler dismax url^1.5 id^1.5 content^ title^1.2 url^1.5 id^1.5 content^0.5 title^1