Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > bebff3570faee357416d2588192a229a > files > 109

mnogosearch-3.2.8-1mdk.ppc.rpm

# Listen: Allows to bind searchd to specific IP address and/or port.
# It is binded to all host addresses by default.
#
#Listen 7003
#Listen 127.0.0.2:7003

#
# Database parameters
#
DBAddr mysql://foo:bar@localhost/mnogosearch/?dbmode=single


# Set non-standard /var directory
# for cache mode and built-n database.
#
#VarDir /mnt/d/mnogosearch/var/


# Use proper charset. It must be the same with indexer.conf
# Default is UTF-8
#
# Examples:
#LocalCharset iso-8859-1
#LocalCharset iso-8859-2
#LocalCharset koi8-r


# Uncomment this to enable documents excerts by search terms.
#
#StoredAddr localhost

# Load stopwords
# 
#Include stopwords.conf



# Load synonyms. File names are either absolute or 
# relative to /etc directory of mnoGoSearch installation.
#
#Synonym synonym/english.syn
#Synonym synonym/russian.syn



# Ispell files. File names are either absolute or 
# relative to /etc directory of mnoGoSearch installation.
#
#Spell en us-ascii ispell/british.xlg
#Affix en us-ascii ispell/english.aff
#
#Spell ru koi8-r ispell/russian.dict
#Affix ru koi8-r ispell/russian.aff

# Uncomment this line to enable query tracking
#TrackQuery yes
#

# Number of sections
NumSections 15

# Uncomment this line to change Last-Modified format output
# Use strftime function meta-variables
#DateFormat "%d %b %Y %X %Z"