Mega Code Archive
Search
.Net
ASP .Net
ASP .Net Tutorial
C#
C# Book
C# by API
C# Tutorial
VB.Net
VB.Net by API
VB.Net Tutorial
Visual C++ .Net
VisualBasic Script
Java
Java
Java Book
Java by API
Java Tutorial
Script
Flash ActionScript
Flex
JavaScript DHTML
JavaScript Reference
JavaScript Tutorial
Database
MSSQL
MSSQL Tutorial
MySQL
MySQL Tutorial
Oracle PLSQL
Oracle PLSQL Tutorial
PostgreSQL
Languages
Android
C
C Tutorial
C++
C++ Tutorial
Delphi
Perl
PHP
Python
Python Tutorial
Ruby
Silverlight
Office
MSOfficeExcel 2007 Tutorial
MSOfficePowerPoint 2007 Tutorial
MSOfficeWord 2007 Tutorial
Data
XML
XML Tutorial
MySQL
Fulltext Search 51 codes
Home
MySQL
Fulltext Search
1 A MATCH expression for fulltext search can be used to order results
2 Alter table to add a fulltext index
3 Boolean Full-Text Searches
4 Boolean mode searches also allow you to exclude words
5 Boolean Search Expressions (IN BOOLEAN MODE)
6 Create a fulltext index on the combination of TITLE and SUMMARY
7 Creating a Full-Text Index
8 FULLTEXT search index
9 Full-Text Search syntax
10 FULLTEXT searching supports phrase searching in Boolean mode
11 Get the numbers and relevance values of the books in which distributed appears in the summary
12 Get the numbers and relevance values of the books in which the word introduction appears in the title
13 Get the numbers and titles of the books in which database appears in the title
14 Get the numbers and titles of the books in which the phrase design implementation appears
15 Get the numbers and titles of the books in which the word careers appears in the title andor the summary
16 Get the numbers and titles of the books in which the word database andor the word design appears
17 Get the numbers and titles of the books in which the word database appears
18 Get the numbers and titles of the books in which the word practical andor the word distributed appears in the
19 Get the numbers and titles of the books in which the word practical appears
20 Get the numbers and titles of the books in which the word to appears
21 Get the numbers and titles of the books in which the words database and design appear
22 Get the numbers and titles of the books in which words appear that begin with data
23 Give the numbers and titles of the books in which the word database appears, but not the word design
24 Give the numbers and titles of the books in which the word sql appears
25 In boolean mode
26 In Boolean search acts as a wildcard operator
27 In natural language mode
28 IN NATURAL LANGUAGE MODE WITH QUERY EXPANSION
29 Match against a long sentence
30 Match two words in boolean mode
31 MATCH(TITLE) AGAINST (to)
32 Matches two columns
33 Matches two columns in boolean mode
34 Matches two words
35 Minus operator
36 Noise Words
37 Overview of Boolean Search Operators
38 Performing Phrase Searches with a FULLTEXT Index
39 Performs an OR search for any of the words
40 Precede each word in the search string with a + character and add IN BOOLEAN MODE after the string
41 Quotation in boolean mode
42 Requiring or Excluding FULLTEXT Search Words
43 Search a word in natural language mode
44 Search for a word
45 Use MATCH in where statement
46 Using fulltext index
47 Using match in select statement
48 Using match in where clause
49 Using plus operator in boolean mode
50 Using the same match against clause in select clause and where clause
51 You can include additional criteria to narrow the search further