Created
July 13, 2011 14:54
-
-
Save dougmorato/1080457 to your computer and use it in GitHub Desktop.
Output os sphinx `search` command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sphinx 2.0.1-id64-beta (r2792) | |
Copyright (c) 2001-2011, Andrew Aksyonoff | |
Copyright (c) 2008-2011, Sphinx Technologies Inc (http://sphinxsearch.com) | |
Usage: search [OPTIONS] <word1 [word2 [word3 [...]]]> | |
Options are: | |
-c, --config <file> use given config file instead of defaults | |
-i, --index <index> search given index only (default: all indexes) | |
-a, --any match any query word (default: match all words) | |
-b, --boolean match in boolean mode | |
-p, --phrase match exact phrase | |
-e, --extended match in extended mode | |
-f, --filter <attr> <v> only match if attribute attr value is v | |
-s, --sortby <CLAUSE> sort matches by 'CLAUSE' in sort_extended mode | |
-S, --sortexpr <EXPR> sort matches by 'EXPR' DESC in sort_expr mode | |
-o, --offset <offset> print matches starting from this offset (default: 0) | |
-l, --limit <count> print this many matches (default: 20) | |
-q, --noinfo don't print document info from SQL database | |
-g, --group <attr> group by attribute named attr | |
-gs,--groupsort <expr> sort groups by <expr> | |
--sort=date sort by date, descending | |
--rsort=date sort by date, ascending | |
--sort=ts sort by time segments | |
--stdin read query from stdin | |
This program (CLI search) is for testing and debugging purposes only; | |
it is NOT intended for production use. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment