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