Sha256: 77b72275283b7abfe50cef36337417b8264298190a4a40f3e6306f7b612f2b67
Contents?: true
Size: 599 Bytes
Versions: 6
Compression:
Stored size: 599 Bytes
Contents
# searchd and indexer must be run from the root directory of this lib. indexer { mem_limit = 64M } searchd { address = localhost port = 3312 log = test/files/tmp/sphinx.log query_log = test/files/tmp/sphinx.query.log read_timeout = 5 pid_file = test/files/tmp/sphinx.pid max_matches = 1000 } source items { type = xmlpipe2 xmlpipe_command = cat test/files/source.xml } index items_main { source = items charset_type = utf-8 path = test/files/tmp/items } index items { type = distributed local = items_main }
Version data entries
6 entries across 6 versions & 3 rubygems