|
a/src/doc/man/recollindex.1 |
|
b/src/doc/man/recollindex.1 |
1 |
.\" $Id: recollindex.1,v 1.6 2007-07-10 09:23:28 dockes Exp $ (C) 2005 J.F.Dockes\$
|
1 |
.\" $Id: recollindex.1,v 1.7 2008-09-05 10:25:54 dockes Exp $ (C) 2005 J.F.Dockes\$
|
2 |
.TH RECOLLINDEX 1 "8 January 2006"
|
2 |
.TH RECOLLINDEX 1 "8 January 2006"
|
3 |
.SH NAME
|
3 |
.SH NAME
|
4 |
recollindex \- indexing command for the Recoll full text search system
|
4 |
recollindex \- indexing command for the Recoll full text search system
|
5 |
.SH SYNOPSIS
|
5 |
.SH SYNOPSIS
|
6 |
.B recollindex -h
|
6 |
.B recollindex -h
|
|
... |
|
... |
86 |
.B -z
|
86 |
.B -z
|
87 |
is given, the database will be erased before starting.
|
87 |
is given, the database will be erased before starting.
|
88 |
.PP
|
88 |
.PP
|
89 |
If option
|
89 |
If option
|
90 |
.B
|
90 |
.B
|
91 |
-m
|
91 |
\-m
|
92 |
is given, recollindex is started for real time monitoring, using the
|
92 |
is given, recollindex is started for real time monitoring, using the
|
93 |
file system monitoring package it was configured for (either fam, gamin, or
|
93 |
file system monitoring package it was configured for (either fam, gamin, or
|
94 |
inotify). This mode must have been explicitely configured when building the
|
94 |
inotify). This mode must have been explicitely configured when building the
|
95 |
package, it is not available by default. The program will normally detach
|
95 |
package, it is not available by default. The program will normally detach
|
96 |
from the controlling terminal and become a daemon. If option
|
96 |
from the controlling terminal and become a daemon. If option
|
97 |
.B
|
97 |
.B
|
98 |
-D
|
98 |
\-D
|
99 |
is given, it will stay in the foreground. Option
|
99 |
is given, it will stay in the foreground. Option
|
100 |
.B
|
100 |
.B
|
101 |
-w
|
101 |
\-w
|
102 |
<seconds> can be used to specify that the program should sleep for the
|
102 |
<seconds> can be used to specify that the program should sleep for the
|
103 |
specified time before indexing begins. The default value is 60. The daemon
|
103 |
specified time before indexing begins. The default value is 60. The daemon
|
104 |
normally monitors the X11 session and exits when it is reset.
|
104 |
normally monitors the X11 session and exits when it is reset.
|
105 |
Option
|
105 |
Option
|
106 |
.B
|
106 |
.B
|
107 |
-x
|
107 |
\-x
|
108 |
disables this X11 session monitoring (daemon will stay alive even if it
|
108 |
disables this X11 session monitoring (daemon will stay alive even if it
|
109 |
cannot connect to the X11 server).
|
109 |
cannot connect to the X11 server).
|
110 |
.PP
|
110 |
.PP
|
111 |
.B recollindex -l
|
111 |
.B recollindex -l
|
112 |
will list the names of available language stemmers.
|
112 |
will list the names of available language stemmers.
|