1PINOT-INDEX(1) User Commands PINOT-INDEX(1)
2
3
4
6 pinot-index - Index documents from the command-line
7
9 pinot-index [OPTIONS] --db DATABASE URLS
10
12 pinot-index - Index documents from the command-line
13
15 -b, --backend
16 name of back-end to use (default xapian)
17
18 -c, --check
19 check whether the given URL is in the index
20
21 -d, --db
22 path to, or name of, index to use (mandatory)
23
24 -h, --help
25 display this help and exit
26
27 -i, --index
28 index the given URL
29
30 -s, --showinfo
31 show information about the document
32
33 -v, --version
34 output version information and exit
35
36 Supported back-ends are : 'xapian'
37
39 pinot-index --check --showinfo --backend xapian --db ~/.pinot/daemon
40 ../Bozo.txt
41
42 pinot-index --index --db CoolStuff http://pinot.berlios.de/
43
44 Indexing documents to My Web Pages or My Documents with pinot-index is
45 not recommended
46
48 Report bugs to fabricecolin@users.berlios.de
49
50 This is free software. You may redistribute copies of it under the
51 terms of the GNU General Public License
52 <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>.
53 There is NO WARRANTY, to the extent permitted by law.
54
55
56
57pinot-index - pinot 0.97 January 2011 PINOT-INDEX(1)