I’m going out on a limb to say MySQL’s full-text indexing and searching features are underused. They appeared in MySQL 3.23.23 (most people are using 4.x, and 5 is in development), but it’s been news to most of the people I know.
Here’s the deal, the MATCH() function can search a full-text index for a string of text (one or more words) and return relevance-ranked results. It’s at the core of the list of related links at the bottom of every post here.
For that query, I put all the tag names into a single variable that might look like this:
$keywords = “mysql database php select full-text search full-text searching docs documentation”
Then I do a select that looks something like this:
SELECT * FROM wp_posts WHERE MATCH(post_title,post_content) AGAINST(’$keywords’);
The docs give a lot more detail, including how to do boolean searches.
tags: boolean search, boolean searches, boolean searching, database, db, docs, documentation, full text, full text index, full text search, full text searching, fulltext, fulltext search, keywords, match(), mysql, rank, relevance, relevance rank, relevance ranked, relevance ranking, search, search full text
Posted September 6, 2005 by Casey Bisson
Categories: Technology. Tags: boolean search, boolean searches, boolean searching, database, db, docs, documentation, full text, full text index, full text search, full text searching, fulltext, fulltext search, keywords, match(), mysql, rank, relevance, relevance rank, relevance ranked, relevance ranking, search, search full text.
8 Comments
Comments RSS
TrackBack Identifier URI
Leave a comment
User contributed tags for this post:
gogle com (6760) - gogle (6726) - googleheart (559) - gogle earth com (409) - mysql search relevance (324) - MySQL relevance (270) - gogle it (236) - gogle earth (221) - mysql relevance search (211) - mysql fulltext relevance (208) - www.arab 6.com (170) - WWW GOGLE COM (139) - WWW GOGLE (123) - WWW ARAB 6 COM (122) - WWW GOGLE EARTH COM (101) - Google Earth com (99) - earth gogle com (99) - mysql MATCH relevance (91) - goegle (90) - mysql full text relevance (78) - goegle com (78) - mysql fulltext search relevance (74) - fulltext relevance (69) - relevance mysql (67) - mysql full text search relevance (64) - mysql like relevance (63) - www.arab.6.com (63) - mysql full text search (56) - www.arab6.com (53) - mysql fulltext (52) - mysql match against relevance (49) - gogle de (46) - mysql fulltext score (43) - mysql search by relevance (43) - mysql 5 full text search (41) - goegle earth (41) - mysql fulltext weight (40) - gogle com in (38) - mysql Relevance Ranking (38) - all (35) - mysql (34) - mysql fulltext ranking (34) - mysql full text score (33) - MySQL Full Text Search score (33) - mysql search relevancy (33) - google S com (32) - mysql fulltext boolean relevance (31) - goegle earth com (30) - fulltext mysql (29) - mysql Boolean Full Text Searches (29) - relevance search mysql (28) - 2786506456964 (28) - mysql as relevance (27) - mysql relevance score (27) - php mysql search relevance (27) - mysql relevancy search (26) - WWW GOGLE EARTH (25) - full text search relevance (24) - mysql fulltext relevancy (24) - shemalles (23) - gogle com eart (23) - mysql natural language search (23) - www.goegle.com (23) - mysql 5 full text (22) - gogle video 666 (22) - mysql full text relevancy (22) - mysql relevancy (22) - w w w gogle com (21) - WWW GOOGLE EARTH COM (20) - earth gogle (20) - http earth gogle com (20) - mysql 4 full text search (20) - mysql like (20) - full text mysql (20) - mysql ranked search (20) - gogle full (20) - fulltext search relevance (19) - azdevag (19) - MySQL Natural Language (19) - relevance (18) - arab 6 com (18) - fulltext mysql relevance (18) - relevance search in mysql (18) - www goegle com (18) - arab6 (17) - mysql full text weight (17) - relevance in mysql (17) - mysql boolean relevance (16) - mysql 5 fulltext (16) - 3038451802374 (16) -
[...] Why? Because MySQL 3.x doesn’t support query caching, boolean full-text searching, or complex subqueries. [...]
[...] MySQL provides two types of fulltext searches - boolean and natural language. I’m going to focus on the natural language search because it is more mathematically intense. The underlying concept behind the method used in MySQL is that each term in each document is assigned a specific weight which is used to decide a query’s “distance” or “score” with respect to that document. The weights are assigned such that the weight is increased if the term occurs frequently in the document, but decreased in the term occurs frequently among all documents. For a description of how the weights are computed, check out the MySQL documentation. For the curious reader, this article also explains the computation of word-document weights. There are also a slew of articles on using fulltext search in practice. [...]
[...] MySQL provides two types of fulltext searches - boolean and natural language. I’m going to focus on the natural language search because it is more mathematically intense. The underlying concept behind the method used in MySQL is that each term in each document is assigned a specific weight which is used to decide a query’s “distance” or “score” with respect to that document. The weights are assigned such that the weight is increased if the term occurs frequently in the document, but decreased in the term occurs frequently among all documents. For a description of how the weights are computed, check out the MySQL documentation. For the curious reader, this article also explains the computation of word-document weights. There are also a slew of articles on using fulltext search in practice. [...]
[...] And I’m fully confident that when I put our entire catalog into WPopac, all 330,000 bib records (resulting in about 6.2 million atomic records), performance will still be up to the task. And my math suggests everything should be ducky on a relatively budget server up beyond about 1 million bib records), but what happens for libraries that have more than that, say, perhaps 6 to 8 million bib records (again, 110 to 150 million atomic records; again, all full-text indexed in MySQL)? [...]
salam dostaneh man harkasi keh mikad ba yek pesarehg 29 saleh mogarad va lisanseh mekanik az thran azdevag koneh ageh be tafahoom residim baram emall bezareh
[...] MySQL provides two types of fulltext searches - boolean and natural language. I’m going to focus on the natural language search because it is more mathematically intense. The underlying concept behind the method used in MySQL is that each term in each document is assigned a specific weight which is used to decide a query’s “distance” or “score” with respect to that document. The weights are assigned such that the weight is increased if the term occurs frequently in the document, but decreased in the term occurs frequently among all documents. For a description of how the weights are computed, check out the MySQL documentation. For the curious reader, this article also explains the computation of word-document weights. There are also a slew of articles on using fulltext search in practice. [...]
sexy gierls
Thanks Maison, was looking for it. I wanted to sort the results of SELECT query by releveance. But I was stuck with ‘%LIKE%’. You have helped me out.
Thanks a lot dear!