1DELVE(1) User Commands DELVE(1)
2
3
4
6 delve - Inspect the contents of a Xapian database
7
9 delve [OPTIONS] DATABASE...
10
12 delve - Inspect the contents of a Xapian database
13
15 -a show all terms in the database
16
17 -A <prefix>
18 show all terms in the database with given prefix
19
20 -r <recno>
21 for term list(s)
22
23 -t <term>
24 for posting list(s)
25
26 -t <term> -r <recno>
27 for position list(s)
28
29 -s, --stemmer=LANG
30 set the stemming language, the default is 'none'
31
32 -1 output one list entry per line
33
34 -V[<type>]<valueno>
35 output value valueno for each document referred to (or each doc‐
36 ument in the database if no -r options). <type> can be: E: es‐
37 cape in a C-like way (default) I: decode as a packed integer R:
38 show the raw value (which may contain binary data,
39
40 newlines, invalid UTF-8, etc)
41 S: decode using Xapian::sortable_unserialise()
42
43 -V[<type>]
44 output all values for each document referred to. <type> is as
45 above.
46
47 -d output document data for each document referred to
48
49 -z for db, count documents with length 0
50
51 -v extra info (wdf and len for postlist; wdf and termfreq for
52 termlist; number of terms for db; termfreq when showing all
53 terms; value bounds and freq when showing all values in a slot)
54
55 -vv even more info (also show collection freq and wdf upper bound
56 for terms)
57
58 --help display this help and exit
59
60 --version
61 output version information and exit
62
63
64
65xapian-core 1.4.23 July 2023 DELVE(1)