1PINOT-SEARCH(1) User Commands PINOT-SEARCH(1)
2
3
4
6 pinot-search - Query search engines from the command-line
7
9 pinot-search [OPTIONS] SEARCHENGINETYPE SEARCHENGINENAME|SEARCHENGIā
10 NEOPTION QUERYINPUT
11
13 pinot-search - Query search engines from the command-line
14
16 -d, --datefirst
17 sort by date then by relevance
18
19 -h, --help
20 display this help and exit
21
22 -l, --locationonly
23 only show the location of each result
24
25 -m, --max
26 maximum number of results (default 10)
27
28 -r, --storedquery
29 query input is the name of a stored query
30
31 -s, --stemming
32 stemming language (in English)
33
34 -c, --tocsv
35 file to export results in CSV format to
36
37 -x, --toxml
38 file to export results in XML format to
39
40 -v, --version
41 output version information and exit
42
43 Supported search engine types are : 'opensearch' 'sherlock' 'xapian'
44
46 pinot-search opensearch /usr/share/pinot/engines/KrustyDescription.xml
47 "clowns"
48
49 pinot-search --max 20 sherlock /usr/share/pinot/engines/Bozo.src
50 "clowns"
51
52 pinot-search googleapi mygoogleapikey "clowns"
53
54 pinot-search xapian ~/.pinot/index "label:Clowns"
55
56 pinot-search --stemming english xapian somehostname:12345 "clowning"
57
59 Report bugs to fabricecolin@users.berlios.de
60
61 This is free software. You may redistribute copies of it under the
62 terms of the GNU General Public License
63 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>.
64 There is NO WARRANTY, to the extent permitted by law.
65
66
67
68pinot-search - pinot 0.97 January 2011 PINOT-SEARCH(1)