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 -r <recno>
16 for term list(s)
17
18 -t <term>
19 for posting list(s)
20
21 -t <term> -r <recno>
22 for position list(s)
23
24 -s, --stemmer=LANG
25 set the stemming language, the default is 'none'
26
27 -1 output one list entry per line
28
29 -V output values for each document referred to
30
31 -V<valueno>
32 output value valueno for each document in the database
33
34 -d output document data for each document referred to
35
36 -v extra info (wdf and len for postlist; wdf termfreq for termlist;
37 number of terms for db)
38
39 --help display this help and exit
40
41 --version
42 output version information and exit
43
44
45
46xapian-core 1.0.5 December 2007 DELVE(1)