r1775@llin: dpavlin | 2009-04-22 00:15:18 +0200
[webpac2] / vhost / ecas / config.yml
1 vhost:
2   name: 'Katalog elektronièkih èasopisa'
3   description: 'dostupnih u zbirkama nabavljenim za potrebe visoko¹kolskih i znanstvenih ustanova Republike Hrvatske'
4
5   databases: 'Zbirke'
6
7   no_results: 'nema rezultata'
8
9 #  fields:
10 #    - issn: 'ISSN'
11 #    - naslov: 'Naslov'
12 #
13 #  operators:
14 #    - STRINC: 'Bilo koja rijeè'
15 #    - STRBW: 'Poèetak naslova'
16 #    - STREQ: 'Cijeli naslov'
17 #
18
19 use_indexer: 'hyperestraier'
20
21 hyperestraier:
22   masterurl: 'http://localhost:1978'
23   user: 'admin'
24   passwd: 'admin'
25   
26   # number of results on each page
27   hits_on_page: 10
28   # number of results to fetch for suggestion (it will fold multiple sameones)
29   hits_for_suggest: 20
30   # which tag type to use for search engine (used while indexing)
31   type: 'search'
32   #
33
34 kinosearch:
35   index_path: 'var/kinosearch/ecas'
36   # clean database before opening? (WARNING: this erases existing database)
37   clean: 1
38   # which field type to index?
39   type: 'search'
40
41 databases:
42   ecas:
43     name: 'Katalog elektronièkih èasopisa'
44     description: 'dostupnih u zbirkama nabavljenim za potrebe visoko¹kolskih i znanstvenih ustanova Republike Hrvatske'
45     input:
46       - name: 'Ovid FullText'
47         module: 'WebPAC::Input::Ovid'
48         path: '/data/FF/ecasopisi/ovid/cites-all.txt'
49         encoding: 'iso-8859-1'
50         normalize:
51           path: 'vhost/ecas/ovid.pl'
52