Add the has_many_polymorphs plugin
[cs356-p2-videostore.git] / vendor / plugins / has_many_polymorphs / test / integration / app / config / ultrasphinx / default.base
1 #
2 # Sphinx/Ultrasphinx user-configurable options.
3 #
4 # Copy this file to RAILS_ROOT/config/ultrasphinx.
5 # You can use individual namespaces if you want (e.g. "development.base").
6 #
7
8 indexer
9 {
10   # Indexer running options
11   mem_limit = 256M 
12 }
13
14 searchd
15 {
16   # Daemon options
17   # What interface the search daemon should listen on and where to store its logs
18   address = 0.0.0.0
19   port = 3313
20   log = /tmp/sphinx/searchd.log
21   query_log = /tmp/sphinx/query.log
22   read_timeout = 5
23   max_children = 300
24   pid_file = /tmp/sphinx/searchd.pid
25   max_matches = 100000
26 }
27
28 client
29 {
30   # Client options
31   dictionary_name = ts
32   # How your application connects to the search daemon (not necessarily the same as above)
33   server_host = localhost
34   server_port = 3313
35 }
36
37 source
38 {
39   # Individual SQL source options
40   sql_range_step = 20000   
41   strip_html = 0
42   index_html_attrs =
43   sql_query_post =
44 }
45
46 index
47 {
48   # Index building options
49   path = /tmp/sphinx/
50   docinfo = extern # just leave this alone
51   morphology = stem_en
52   stopwords = # /path/to/stopwords.txt
53   min_word_len = 1
54   charset_type = utf-8 # or sbcs (Single Byte Character Set)
55   charset_table = 0..9, A..Z->a..z, -, _, ., &, a..z, U+410..U+42F->U+430..U+44F, U+430..U+44F,U+C5->U+E5, U+E5, U+C4->U+E4, U+E4, U+D6->U+F6, U+F6, U+16B, U+0c1->a, U+0c4->a, U+0c9->e, U+0cd->i, U+0d3->o, U+0d4->o, U+0da->u, U+0dd->y, U+0e1->a, U+0e4->a, U+0e9->e, U+0ed->i, U+0f3->o, U+0f4->o, U+0fa->u, U+0fd->y, U+104->U+105, U+105, U+106->U+107, U+10c->c, U+10d->c, U+10e->d, U+10f->d, U+116->U+117, U+117, U+118->U+119, U+11a->e, U+11b->e, U+12E->U+12F, U+12F, U+139->l, U+13a->l, U+13d->l, U+13e->l, U+141->U+142, U+142, U+143->U+144, U+144,U+147->n, U+148->n, U+154->r, U+155->r, U+158->r, U+159->r, U+15A->U+15B, U+15B, U+160->s, U+160->U+161, U+161->s, U+164->t, U+165->t, U+16A->U+16B, U+16B, U+16e->u, U+16f->u, U+172->U+173, U+173, U+179->U+17A, U+17A, U+17B->U+17C, U+17C, U+17d->z, U+17e->z,
56 }