Fix a fd leak in knotes backend (stupid me) and some cleanup in kaddrbook backend.
[beagle.git] / beagled / beagle-manage-index.8
blob7e720e50e7e2802e7379f4abad66b54b6b636993
1 .\" beagle-manage-index(8) manpage
2 .\"
3 .\" Copyright (C) 2005 Novell, Inc.
4 .\"
5 .TH BEAGLE "8" "Jul 2005" "beagle" ""
6 .SH NAME
7 beagle-manage-index
8 .SH SYNOPSIS
9 .B beagle-manage-index
10 <\fIindex_path\fR>
11 <\fIcommand\fR>
12 [\fIoptions\fR] 
13 .SH DESCRIPTION
14 .PP
15 .BR beagle-manage-index ,
16 is a tool designed for doing low-level Lucene index management
17 .PP
18 The
19 .BR beagle-manage-index
20 tool is capable of doing basic low-level Lucene index management and may be
21 used for debugging and other tasks perfomed by developers or advanced
22 users. It is not intended to be invoked by the standard user.
23 .SH COMMANDS
24 .BR beagle-manage-index
25 takes the following commands
26 .TP
27 .B merge <index_to_merge>
28 Merge another Lucene index into the target.
29 .TP
30 .B info
31 Print basic index information.
32 .TP
33 .B optimize
34 Optimize index.
35 .SH AUTHOR
36 Novell, Inc.
37 .SH "REPORTING BUGS"
38 Report bugs to <dashboard-hackers@gnome.org>.
39 .SH COPYRIGHT
40 Copyright \(co 2005 Novell, Inc.
41 .sp
42 This is free software; see the source for copying conditions.  There is NO
43 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
44 .SH "SEE ALSO"
45 .BR beagled (1),
46 .BR beagle-build-index (8)