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 -r <recno>
18 for term list(s)
19
20 -t <term>
21 for posting list(s)
22
23 -t <term> -r <recno>
24 for position list(s)
25
26 -s, --stemmer=LANG
27 set the stemming language, the default is 'none'
28
29 -1 output one list entry per line
30
31 -V output values for each document referred to
32
33 -V<valueno>
34 output value valueno for each document referred to (or each doc‐
35 ument in the database if no -r options)
36
37 -d output document data for each document referred to
38
39 -z for db, count documents with length 0
40
41 -v extra info (wdf and len for postlist; wdf and termfreq for
42 termlist; number of terms for db; termfreq when showing all
43 terms)
44
45 --help display this help and exit
46
47 --version
48 output version information and exit
49
50
51
52xapian-core 1.2.7 August 2011 DELVE(1)