mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-08 22:07:56 +00:00
update readme
This commit is contained in:
parent
84fd82f294
commit
b2d3cf1c13
44
README.md
44
README.md
@ -93,6 +93,50 @@ GET action=manifest - required
|
|||||||
|
|
||||||
https://sphinxsearch.com/docs/current.html#extended-syntax
|
https://sphinxsearch.com/docs/current.html#extended-syntax
|
||||||
|
|
||||||
|
#### Supported constructions
|
||||||
|
|
||||||
|
```
|
||||||
|
operator OR:
|
||||||
|
|
||||||
|
hello | world
|
||||||
|
|
||||||
|
operator MAYBE:
|
||||||
|
|
||||||
|
hello MAYBE world
|
||||||
|
|
||||||
|
operator NOT:
|
||||||
|
|
||||||
|
hello -world
|
||||||
|
|
||||||
|
strict order operator (aka operator "before"):
|
||||||
|
|
||||||
|
aaa << bbb << ccc
|
||||||
|
|
||||||
|
exact form modifier:
|
||||||
|
|
||||||
|
raining =cats and =dogs
|
||||||
|
|
||||||
|
field-start and field-end modifier:
|
||||||
|
|
||||||
|
^hello world$
|
||||||
|
|
||||||
|
keyword IDF boost modifier:
|
||||||
|
|
||||||
|
boosted^1.234 boostedfieldend$^1.234
|
||||||
|
|
||||||
|
ZONE limit operator:
|
||||||
|
|
||||||
|
ZONE:(h3,h4)
|
||||||
|
|
||||||
|
only in these titles
|
||||||
|
|
||||||
|
ZONESPAN limit operator:
|
||||||
|
|
||||||
|
ZONESPAN:(h2)
|
||||||
|
|
||||||
|
only in a (single) title
|
||||||
|
```
|
||||||
|
|
||||||
#### Roadmap / ideas
|
#### Roadmap / ideas
|
||||||
|
|
||||||
* [x] Web pages full text ranking search
|
* [x] Web pages full text ranking search
|
||||||
|
Loading…
Reference in New Issue
Block a user