johnl / deb-sphinx-search

Debian/Ubuntu package for the Sphinx, the free SQL full-text search engine

This URL has Read+Write access

johnl (author)
Sat Dec 13 14:37:29 -0800 2008
commit  9e16b906e8dae79d131950c5d674f40d352ed24e
tree    1d36fb6f7f5deb95cf2bfbb275c90c31e53ef984
parent  f5acaa2d9c0791dc19da50a95ae5b1daef672e1c
deb-sphinx-search / debian / indexer.1
100644 66 lines (51 sloc) 1.267 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.TH INDEXER 1 "2008-12-12" GNU "Sphinx SQL full-text search engine"
 
.SH NAME
indexer \- tool to build Sphinx SQL full-text search indexes.
 
.SH SYNOPSIS
.B indexer [OPTIONS] [indexname1 [indexname2 [...]]]
 
.SH DESCRIPTION
.B indexer
is a tool to build Sphinx SQL full-text search indexes from various data
sources.
 
.SH OPTIONS
.TP
--config <file>
read configuration from specified file
 
.TP
--all
reindex all configured indexes
 
.TP
--quiet
be quiet, only print errors
 
.TP
--noprogress
do not display progress
(automatically on if output is not to a tty)
 
.TP
--rotate
send SIGHUP to searchd when indexing is over
to rotate updated indexes automatically
 
.TP
--buildstops <output.txt> <N>
build top N stopwords and write them to given file
 
.TP
--buildfreqs
store words frequencies to output.txt
(used with --buildstops only)
 
.TP
--merge <dst-index> <src-index>
merge 'src-index' into 'dst-index'
\'dst-index' will receive merge result
\'src-index' will not be modified
 
.TP
--merge-dst-range <attr> <min> <max>
filter 'dst-index' on merge, keep only those documents
where 'attr' is between 'min' and 'max' (inclusive)
 
.SH FILES
.I /etc/sphinx-search/sphinx.conf
.RS
default configuration file.
 
.SH SEE ALSO
.BR searchd (1),
.BR search (1),
.BR spelldump (1),