1ODMGR(1)                    Quick Database Manager                    ODMGR(1)
2
3
4

NAME

6       odmgr - administration utility for QDBM Odeum
7

SYNOPSIS

9       odmgr create name
10       odmgr put [-uri str] [-title str] [-author str] [-date str] [-wmax num]
11       [-keep] name [file]
12       odmgr out [-id] name expr
13       odmgr get [-id] [-t|-h] name expr
14       odmgr search [-max num] [-or] [-idf] [-t|-h|-n] name words...
15       odmgr list [-t|-h] name
16       odmgr optimize name
17       odmgr inform name
18       odmgr merge name elems...
19       odmgr remove name
20       odmgr break [-h|-k|-s] [file]
21       odmgr version
22

DESCRIPTION

24       This manual page documents briefly the odmgr commands.
25
26       odmgr is a utility for debugging Odeum and its  applications.  It  fea‐
27       tures  editing and checking of a database. It can be used for full-text
28       search systems with shell scripts. This command is used  in  the  above
29       format.  name  specifies  a  database name. file specifies a file name,
30       expr specifies the URI or the ID number of a document, words  specifies
31       searching words. elems specifies element databases.
32

OPTIONS

34       A  summary  of  options is included below.  For a complete description,
35       see the file:///usr/share/doc/qdbm-doc/spex.html#odeumcli .
36
37       -uri   specify the URI of the document explicitly.
38
39       -title str
40              specify the title of the document.
41
42       -author str
43              specify the author of the document.
44
45       -date str
46              specify the modified date of the document.
47
48       -wmax num
49              specify the max number of words to be stored.
50
51       -keep  the storing mode is not to be overwrite.
52
53       -id    specify a document not by a URI but by an ID number.
54
55       -t     output the details of a document in tab separated format.
56
57       -h     output the details of a document in human-readable format.
58
59       -k     output keywords of a document.
60
61       -s     output summary of a document.
62
63       -max num
64              specify the max number of documents of the output.
65
66       -or    perform OR search, nut AND search.
67
68       -idf   tune scores with IDF.
69
70       -n     show ID numbers and scores only.
71

SEE ALSO

73       qdbm(3), odidx(1), odeum(3).  odopen(3).
74

AUTHOR

76       QDBM was written by Mikio Hirabayashi <mikio@fallabs.com>.
77
78       This manual page was written by Fumitoshi UKAI <ukai@debian.or.jp>, for
79       the Debian project (but may be used by others).
80
81
82
83Man Page                          2005-05-23                          ODMGR(1)
Impressum