• 基本用法
SQL
SELECT * FROM myindex WHERE MATCH('cats|birds');SELECT * FROM myindex WHERE MATCH('"find me fast"/2');+------+------+----------------+
| id | gid | title |
+------+------+----------------+
| 1 | 11 | first find me |
| 2 | 12 | second find me |
+------+------+----------------+
2 rows in set (0.00 sec)HTTP JSON
match
match_phrase
query_string
match_all
将全文过滤与其他过滤器组合
最后更新于