WIKI使用導(dǎo)航
站長百科導(dǎo)航
站長專題
- 網(wǎng)站推廣
- 網(wǎng)站程序
- 網(wǎng)站賺錢
- 虛擬主機(jī)
- cPanel
- 網(wǎng)址導(dǎo)航專題
- 云計(jì)算
- 微博營銷
- 虛擬主機(jī)管理系統(tǒng)
- 開放平臺(tái)
- WIKI程序與應(yīng)用
- 美國十大主機(jī)
Sphinx/擴(kuò)展查詢語法
來自站長百科
在擴(kuò)展查詢模式中可以使用如下特殊操作符:
- 或(OR)操作符:
hello | world
- 非(NOT)操作符:
hello -world
hello !world
- 字段(field)搜索符:
@title hello @body world
- 字段限位修飾符(版本Coreseek 3/Sphinx 0.9.9-rc1中引入):
@body[50] hello
- 多字段搜索符:
@(title,body) hello world
- 全字段搜索符:
@* hello
- 詞組搜索符:
"hello world"
- 近似搜索符:
"hello world"~10
- 閥值匹配符:
"the world is a wonderful place"/3
- 嚴(yán)格有序搜索符(即“在前”搜索符):
aaa << bbb << ccc
- 嚴(yán)格形式修飾符(版本Coreseek 3/Sphinx 0.9.9-rc1中引入):
raining =cats and =dogs
- 字段開始和字段結(jié)束修飾符 (版本Coreseek 3.1/Sphinx 0.9.9-rc2中引入):
^hello world$