You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by Jack Tang <hi...@gmail.com> on 2005/12/20 10:29:58 UTC

nutch and google suggestion

Hi Guys

Is it possible to dump suggestion list from nutch index in order to
implement ajax auto-complete?

Google suggestion: http://www.google.com/webhp?complete=1&hl=en

Regards
/Jack
--
Keep Discovering ... ...
http://www.jroller.com/page/jmars

Re: nutch and google suggestion

Posted by Jack Tang <hi...@gmail.com>.
Thanks Stefan, I will try that:)

/Jack

On 12/20/05, Stefan Groschupf <sg...@media-style.com> wrote:
> This is straight forward.
> But I suggest using a sorted query log instead of the index as term
> source.
> Also you can rank the results after the position in the query log
> (sorted for query frequency).
>
> Am 20.12.2005 um 10:29 schrieb Jack Tang:
>
> > Hi Guys
> >
> > Is it possible to dump suggestion list from nutch index in order to
> > implement ajax auto-complete?
> >
> > Google suggestion: http://www.google.com/webhp?complete=1&hl=en
> >
> > Regards
> > /Jack
> > --
> > Keep Discovering ... ...
> > http://www.jroller.com/page/jmars
> >
>
>


--
Keep Discovering ... ...
http://www.jroller.com/page/jmars

Re: nutch and google suggestion

Posted by Stefan Groschupf <sg...@media-style.com>.
This is straight forward.
But I suggest using a sorted query log instead of the index as term  
source.
Also you can rank the results after the position in the query log  
(sorted for query frequency).

Am 20.12.2005 um 10:29 schrieb Jack Tang:

> Hi Guys
>
> Is it possible to dump suggestion list from nutch index in order to
> implement ajax auto-complete?
>
> Google suggestion: http://www.google.com/webhp?complete=1&hl=en
>
> Regards
> /Jack
> --
> Keep Discovering ... ...
> http://www.jroller.com/page/jmars
>