Hello,
I'm writing a shop in java (servlets+velocity+velosurf+mysql) and i'm
not satisfied by the searching tool i've writen.
In the free search module, the customer can use name and/or part of
reference and/or brand.
I'm searching an efficient method in order to search and sort the answers.
Do you have links or algo ? I'm googling for a day but i can't find
usable method.
Thanks !
Regards,

Signature
Yann
Bill Karwin - 21 Mar 2006 20:08 GMT
> In the free search module, the customer can use name and/or part of
> reference and/or brand.
Have you checked out Lucene?
http://lucene.apache.org/
Regards,
Bill K.
Yann Marigo - 23 Mar 2006 10:39 GMT
Hello,
>>In the free search module, the customer can use name and/or part of
>>reference and/or brand.
>
> Have you checked out Lucene?
> http://lucene.apache.org/
Yes, but i'm testing Compass now because lucene do not use DB for index
storing.
Thanks.

Signature
Yann Marigo