om1921.htm
Cheers
--
sherzodR
On Mon, 26 Nov 2001, Giulio Borrini - Netbuilder wrote:
>Hi guys,
>
>is there a method in mysql to do a search engines like query and order the
>results
>by relevance?
>i taken a look at MATCH ... AGAINST function but i'm not sure that it's
Hi guys,
is there a method in mysql to do a search engines like query and order the
results
by relevance?
i taken a look at MATCH ... AGAINST function but i'm not sure that it's what
i need and i'm also looking for somenthing simpler and faster...
any idea?
th
Hello Karl,
Try the 'FULLTEXT' section of the manual. I've used the fulltext index to create a
search engine for a mailing list archive, and I'm quite pleased with how it works.
http://www.mysql.com/doc/F/u/Fulltext_Search.html
/Rob
"Karl J. Stubsjoen" wrote:
> Hello,
>
> I need to create a
"Karl J. Stubsjoen" wrote:
> Hello,
>
> I need to create a search engine out of a few MySQL tables I should
> say: I need to search MySQL records like a search engin might. However, my
> first go ended up as a complete failure because it is highly un-optimized to
> search for (as an exampl
Hello,
I need to create a search engine out of a few MySQL tables I should
say: I need to search MySQL records like a search engin might. However, my
first go ended up as a complete failure because it is highly un-optimized to
search for (as an example) %apple% in all of the available text
Hi everyone,
Could any one tell me what is the search engine you always use? Thank.
Calvin
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)