|
a/src/doc/man/recollindex.1 |
|
b/src/doc/man/recollindex.1 |
|
... |
|
... |
123 |
.PP
|
123 |
.PP
|
124 |
.B recollindex -s
|
124 |
.B recollindex -s
|
125 |
will build the stem expansion database for a given language, which may or
|
125 |
will build the stem expansion database for a given language, which may or
|
126 |
may not be part of the list in the configuration file. If the language is
|
126 |
may not be part of the list in the configuration file. If the language is
|
127 |
not part of the configuration, the stem expansion database will be deleted
|
127 |
not part of the configuration, the stem expansion database will be deleted
|
128 |
during the next normal run. You can get the list of stemmer names from the
|
128 |
at the end of the next normal indexing run. You can get the list of stemmer
|
|
|
129 |
names from the
|
129 |
.B recollindex -m
|
130 |
.B recollindex -l
|
|
|
131 |
command. Note that this is mostly for experimental use, the normal way to
|
|
|
132 |
add a stemming language is to set it in the configuration, either by
|
|
|
133 |
editing "recoll.conf" or by using the GUI indexing configuration dialog.
|
|
|
134 |
.br
|
130 |
command. At the time of this writbng, the following languages
|
135 |
At the time of this writing, the following languages
|
131 |
(abbreviations) are recognized (out of Xapian's stem.h):
|
136 |
are recognized (out of Xapian's stem.h):
|
132 |
.RS
|
|
|
133 |
.IP \(bu
|
137 |
.IP \(bu
|
134 |
danish (da)
|
138 |
danish
|
135 |
.IP \(bu
|
139 |
.IP \(bu
|
136 |
dutch (nl)
|
140 |
dutch
|
137 |
.IP \(bu
|
141 |
.IP \(bu
|
138 |
english (en) Martin Porter's 2002 revision of his stemmer
|
142 |
english Martin Porter's 2002 revision of his stemmer
|
139 |
.IP \(bu
|
143 |
.IP \(bu
|
140 |
english_lovins (lovins) Lovin's stemmer
|
144 |
english_lovins Lovin's stemmer
|
141 |
.IP \(bu
|
145 |
.IP \(bu
|
142 |
english_porter (porter) Porter's stemmer as described in his 1980 paper
|
146 |
english_porter Porter's stemmer as described in his 1980 paper
|
143 |
.IP \(bu
|
147 |
.IP \(bu
|
144 |
finnish (fi)
|
148 |
finnish
|
145 |
.IP \(bu
|
149 |
.IP \(bu
|
146 |
french (fr)
|
150 |
french
|
147 |
.IP \(bu
|
151 |
.IP \(bu
|
148 |
german (de)
|
152 |
german
|
149 |
.IP \(bu
|
153 |
.IP \(bu
|
150 |
italian (it)
|
154 |
italian
|
151 |
.IP \(bu
|
155 |
.IP \(bu
|
152 |
norwegian (no)
|
156 |
norwegian
|
153 |
.IP \(bu
|
157 |
.IP \(bu
|
154 |
portuguese (pt)
|
158 |
portuguese
|
155 |
.IP \(bu
|
159 |
.IP \(bu
|
156 |
russian (ru)
|
160 |
russian
|
157 |
.IP \(bu
|
161 |
.IP \(bu
|
158 |
spanish (es)
|
162 |
spanish
|
159 |
.IP \(bu
|
163 |
.IP \(bu
|
160 |
swedish (sv)
|
164 |
swedish
|
161 |
.RE
|
165 |
.PP
|
162 |
|
|
|
163 |
.B recollindex -S
|
166 |
.B recollindex -S
|
164 |
will rebuild the phonetic/orthographic index. This feature uses the
|
167 |
will rebuild the phonetic/orthographic index. This feature uses the
|
165 |
.B aspell
|
168 |
.B aspell
|
166 |
package, which must be installed on the system.
|
169 |
package, which must be installed on the system.
|
167 |
|
170 |
|