NAME
delve - Inspect the contents of a Xapian database
SYNOPSIS
delve
[OPTIONS] DATABASE...
DESCRIPTION
delve - Inspect the contents of a Xapian database
OPTIONS
-r <recno>
for term list(s)
-t <term>
for posting list(s)
-t <term> -r <recno>
for position list(s)
-s, --stemmer=LANG
set the stemming language, the default is 'none'
-1
output one list entry per line
-V
output values for each document referred to
-V<valueno>
output value valueno for each document in the database
-d
output document data for each document referred to
-v
extra info (wdf and len for postlist;
wdf termfreq for termlist; number of terms for db)
--help
display this help and exit
--version
output version information and exit