/[webpac2]/trunk/vhost/ecas/config.yml
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/vhost/ecas/config.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1142 - (show annotations)
Thu Apr 23 10:59:00 2009 UTC (15 years ago) by dpavlin
File size: 1443 byte(s)
 r1792@llin:  dpavlin | 2009-04-23 11:24:02 +0200
 added search by attributes

1 # Encoding of this file must be UTF-8!
2
3 vhost:
4 databases: '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

  ViewVC Help
Powered by ViewVC 1.1.26