Mailing List Archive

coldfusion and google suggest idea
Using Ajax, I'd like the search box on my website to perform like GOOGLE
SUGGEST.

When opening a Lucene index with LUKE, I noticed I can review the top "X"
terms within the "body" element. What I'd like to do is extract those values
so they can be displayed in my GOOGLE SUGGEST search box as the user types
in the keyword(s).

Any thoughts on what elements I should be reviewing within the Lucene index
is greatly appreciated.
Re: coldfusion and google suggest idea [ In reply to ]
On 4/11/06, Tim Archambault <tarchambault@bangordailynews.net> wrote:
> Using Ajax, I'd like the search box on my website to perform like GOOGLE
> SUGGEST.
>
> When opening a Lucene index with LUKE, I noticed I can review the top "X"
> terms within the "body" element. What I'd like to do is extract those values
> so they can be displayed in my GOOGLE SUGGEST search box as the user types
> in the keyword(s).
>
> Any thoughts on what elements I should be reviewing within the Lucene index
> is greatly appreciated.

This question should probably be directed to the Lucene Users mailing
list, not the development list for a C port of Lucene.

-garrett
Re: coldfusion and google suggest idea [ In reply to ]
Excuse my ignorance. I'll have to go find that mailing list. Sorry for your
inconvenience.

On 4/11/06, Garrett Rooney <rooneg@electricjellyfish.net> wrote:
>
> On 4/11/06, Tim Archambault <tarchambault@bangordailynews.net> wrote:
> > Using Ajax, I'd like the search box on my website to perform like GOOGLE
> > SUGGEST.
> >
> > When opening a Lucene index with LUKE, I noticed I can review the top
> "X"
> > terms within the "body" element. What I'd like to do is extract those
> values
> > so they can be displayed in my GOOGLE SUGGEST search box as the user
> types
> > in the keyword(s).
> >
> > Any thoughts on what elements I should be reviewing within the Lucene
> index
> > is greatly appreciated.
>
> This question should probably be directed to the Lucene Users mailing
> list, not the development list for a C port of Lucene.
>
> -garrett
>