Sha256: e3904dca24aff8a61a4e282edc78996813e277c39cac50351daa055772938ada

Contents?: true

Size: 715 Bytes

Versions: 1

Compression:

Stored size: 715 Bytes

Contents

# to put in RAILS_ROOT/config/ultrasphinx
# can be namespaced individually (development.base)

indexer
{
  mem_limit = 256M
}

searchd
{
  address = 0.0.0.0
  port = 3312
  log = /opt/local/var/db/sphinx/log/searchd.log
  query_log = /opt/local/var/db/sphinx/log/query.log
  read_timeout = 5
  max_children = 30
  pid_file = /opt/local/var/db/sphinx/log/searchd.pid
  max_matches = 100000
}

ultrasphinx
{
  # indexer options
  path = /opt/local/var/db/sphinx/
  docinfo = extern # just leave this alone
  morphology = stem_en
  stopwords = # /path/to/stopwords.txt
  min_word_len = 1
  charset_type = utf-8 # or sbcs (Single Byte Character Set)
  # client options
  server_host = localhost
  server_port = 3312
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ultrasphinx-1 ./examples/default.base