|
|
@ -63,6 +63,7 @@ Could be enabled or disabled by `API_SEARCH_ENABLED` option |
|
|
|
GET action=search - required |
|
|
|
GET action=search - required |
|
|
|
GET query={string} - optional, search request, empty if not provided |
|
|
|
GET query={string} - optional, search request, empty if not provided |
|
|
|
GET page={int} - optional, search results page, 1 if not provided |
|
|
|
GET page={int} - optional, search results page, 1 if not provided |
|
|
|
|
|
|
|
GET mode=SphinxQL - optional, enable extended SphinxQL syntax |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
##### Hosts distribution |
|
|
|
##### Hosts distribution |
|
|
@ -91,9 +92,7 @@ GET action=manifest - required |
|
|
|
|
|
|
|
|
|
|
|
#### Search textual filtering |
|
|
|
#### Search textual filtering |
|
|
|
|
|
|
|
|
|
|
|
https://sphinxsearch.com/docs/current.html#extended-syntax |
|
|
|
##### Default constructions |
|
|
|
|
|
|
|
|
|
|
|
##### Supported constructions |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
``` |
|
|
|
``` |
|
|
|
operator OR: |
|
|
|
operator OR: |
|
|
@ -126,6 +125,16 @@ boosted^1.234 boostedfieldend$^1.234 |
|
|
|
|
|
|
|
|
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
##### Extended syntax |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://sphinxsearch.com/docs/current.html#extended-syntax |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Could be enabled with following attributes |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
|
|
|
GET m=SphinxQL |
|
|
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
#### Roadmap / ideas |
|
|
|
#### Roadmap / ideas |
|
|
|
|
|
|
|
|
|
|
|
* [x] Web pages full text ranking search |
|
|
|
* [x] Web pages full text ranking search |
|
|
|