.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8. .TH DELVE "1" "March 2019" "xapian-core 1.4.11" "User Commands" .SH NAME delve \- Inspect the contents of a Xapian database .SH SYNOPSIS .B delve [\fI\,OPTIONS\/\fR] \fI\,DATABASE\/\fR... .SH DESCRIPTION delve \- Inspect the contents of a Xapian database .SH OPTIONS .TP \fB\-a\fR show all terms in the database .TP \fB\-A\fR show all terms in the database with given prefix .TP \fB\-r\fR for term list(s) .TP \fB\-t\fR for posting list(s) .TP \fB\-t\fR \fB\-r\fR for position list(s) .TP \fB\-s\fR, \fB\-\-stemmer\fR=\fI\,LANG\/\fR set the stemming language, the default is 'none' .TP \fB\-1\fR output one list entry per line .TP \fB\-V[\fR] output value valueno for each document referred to (or each document in the database if no \fB\-r\fR options). can be: E: escape in a C\-like way (default) I: decode as a packed integer R: show the raw value (which may contain binary data, .TP newlines, invalid UTF\-8, etc) S: decode using Xapian::sortable_unserialise() .TP \fB\-V[\fR] output all values for each document referred to. is as above. .TP \fB\-d\fR output document data for each document referred to .TP \fB\-z\fR for db, count documents with length 0 .TP \fB\-v\fR extra info (wdf and len for postlist; wdf and termfreq for termlist; number of terms for db; termfreq when showing all terms) .TP \fB\-vv\fR even more info (also show collection freq and wdf upper bound for terms) .TP \fB\-\-help\fR display this help and exit .TP \fB\-\-version\fR output version information and exit