You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by al...@aim.com on 2011/07/30 21:25:47 UTC

ranking in nutch/solr results

Hello,

I use nutch-1.2 with solr 1.4. Recently, I noticed that for search for a domain name, for example yahoo.com, yahoo.com is not in the first place. Instead other sites that has in content yahoo.com, are in the first places. I tested this issue with google. In its results domain is in the first place.

Any idea how to fix this in Nutch/Solr results.

Thanks in advance.
Alex.

Re: ranking in nutch/solr results

Posted by Way Cool <wa...@gmail.com>.
Also you can use dismax in solr to setup weights for different fields, for
example, give url/id more weights than title and content.

2011/7/31 Александр Кожевников <b3...@yandex.ru>

> It is called navigational query.
> You should implement custom ranking function for boosting correct sites.
> Also query should be classified as navigational
>
> 30.07.2011, 23:25, alxsss@aim.com:
> > Hello,
> >
> > I use nutch-1.2 with solr 1.4. Recently, I noticed that for search for a
> domain name, for example yahoo.com, yahoo.com is not in the first place.
> Instead other sites that has in content yahoo.com, are in the first
> places. I tested this issue with google. In its results domain is in the
> first place.
> >
> > Any idea how to fix this in Nutch/Solr results.
> >
> > Thanks in advance.
> > Alex.
>

Re: ranking in nutch/solr results

Posted by Александр Кожевников <b3...@yandex.ru>.
It is called navigational query. 
You should implement custom ranking function for boosting correct sites.
Also query should be classified as navigational

30.07.2011, 23:25, alxsss@aim.com:
> Hello,
>
> I use nutch-1.2 with solr 1.4. Recently, I noticed that for search for a domain name, for example yahoo.com, yahoo.com is not in the first place. Instead other sites that has in content yahoo.com, are in the first places. I tested this issue with google. In its results domain is in the first place.
>
> Any idea how to fix this in Nutch/Solr results.
>
> Thanks in advance.
> Alex.