123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- '\" t
- .\" Title: kopano-search
- .\" Author: [see the "Author" section]
- .\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
- .\" Date: November 2016
- .\" Manual: Kopano Core user reference
- .\" Source: Kopano 8
- .\" Language: English
- .\"
- .TH "KOPANO\-SEARCH" "8" "November 2016" "Kopano 8" "Kopano Core user reference"
- .\" -----------------------------------------------------------------
- .\" * Define some portability stuff
- .\" -----------------------------------------------------------------
- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .\" http://bugs.debian.org/507673
- .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- .ie \n(.g .ds Aq \(aq
- .el .ds Aq '
- .\" -----------------------------------------------------------------
- .\" * set default formatting
- .\" -----------------------------------------------------------------
- .\" disable hyphenation
- .nh
- .\" disable justification (adjust text to left margin only)
- .ad l
- .\" -----------------------------------------------------------------
- .\" * MAIN CONTENT STARTS HERE *
- .\" -----------------------------------------------------------------
- .SH "NAME"
- kopano-search \- Kopano Indexed Search Service\&.
- .SH "SYNOPSIS"
- .HP \w'\fBkopano\-search\fR\ 'u
- \fBkopano\-search\fR
- .SH "DESCRIPTION"
- .PP
- The kopano\-search daemon is used to index all messages for all users in the kopano\-server\&. Indexing messages greatly enhances the search performance of the kopano\-server\&.
- .PP
- After starting, the search daemon will continuously update the store index files and will keep listening for connections on the configured TCP port and/or Unix socket for search requests from the
- \fBkopano-server\fR(8)\&.
- .SH "OPTIONS"
- .PP
- The Kopano search program takes the following configuration options:
- .PP
- \fB\-\-config\fR, \fB\-c\fR \fIfile\fR
- .RS 4
- Specify the location of the configuration file\&.
- .sp
- Default:
- \fI/etc/kopano/search\&.cfg\fR
- .RE
- .PP
- \fB\-\-foreground\fR, \fB\-F\fR
- .RS 4
- Run in the foreground\&. Normally the kopano\-search process will daemonize and run in the background\&.
- .RE
- .PP
- \fB\-\-server\-socket\fR, \fB\-s\fR \fIpath\fR
- .RS 4
- Connect to the storage server through
- \fIpath\fR, e\&.g\&.
- file:///path/to/socket\&. Default:
- file:///var/run/kopano/server\&.sock\&.
- .RE
- .PP
- \fB\-\-reindex\fR \fIuser/store\fR
- .RS 4
- Remove the current index of the given user or store and start to make a new index immediately\&.
- .sp
- The given argument can be a user name, store GUID or \*(Aqpublic\*(Aq (without quotes) to indicate the public store\&.
- .sp
- The kopano\-search daemon must already be running on the same machine\&.
- .RE
- .PP
- When invoked with no options, the kopano\-search daemon will search for a configuration file in
- /etc/kopano/search\&.cfg\&. If no configuration file is found, default values are used\&. See
- \fBkopano-search.cfg\fR(5)
- for all configuration options and their default values\&.
- .SH "USAGE"
- .PP
- Starting the kopano\-search daemon with an alternative configuration:
- .PP
- \fBkopano\-search\fR\ \&
- \fB\-c\fR\ \&
- \fI/path/to/search\&.cfg\fR
- .PP
- You may also use the init\&.d scripts:
- .PP
- \fB/etc/init\&.d/kopano\-search\fR
- [\fIstart\fR|
- \fIstop\fR|
- \fIrestart\fR|
- \fIreload\fR]
- .SH "AUTHOR"
- .PP
- Written by Kopano\&.
- .SH "SEE ALSO"
- .PP
- \fBkopano-server\fR(8),
- \fBkopano-search.cfg\fR(5)
|