1BEAGLE-DUMP-INDEX(8) System Manager's Manual BEAGLE-DUMP-INDEX(8)
2
3
4
6 beagle-dump-index
7
9 beagle-dump-index [options] [[file or URI to match] ...]
10
12 beagle-dump-index is a low-level tool for examining data indexed by the
13 Beagle search system.
14
16 --uris Dump all Uris (default)
17
18 --properties
19 Dump all properties
20
21 --term-frequencies
22 Dump term frequencies
23
24 --fields
25 Dump all fields
26
27 --show-counts
28 Show index count totals (default)
29
30 --hide-counts
31 Hide index count totals
32
33 --index=<index name>
34 Limit results to an index by name. May be used multiple times.
35
36 --indexdir=<directory>
37 Limit results to an index specified by absolute path. May be
38 used multiple times. Example path /home/user/.bea‐
39 gle/Indexes/FileSystemIndex
40
41 file or URI to match
42 Get information in index about one or more files or URIs. Note
43 this doesn't make sense with and will cause an error.
44
46 Novell, Inc.
47
49 Report bugs to http://bugzilla.gnome.org
50
52 Copyright © 2004-2007 Novell, Inc.
53
54 This is free software; see the source for copying conditions. There is
55 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
56 PURPOSE.
57
59 beagled(1), http://beagle-project.org
60
61
62
63 14 Mar 2007 BEAGLE-DUMP-INDEX(8)