/[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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1147 - (hide annotations)
Thu Apr 23 13:20:51 2009 UTC (15 years ago) by dpavlin
File size: 1440 byte(s)
 r1802@llin:  dpavlin | 2009-04-23 15:20:49 +0200
 more changes to make indexing of WebPAC::Output::SWISH work
 (but not tests yet)

1 dpavlin 1142 # Encoding of this file must be UTF-8!
2    
3 dpavlin 1132 vhost:
4 dpavlin 1147 inputs: 'Zbirke'
5 dpavlin 1132
6     no_results: 'nema rezultata'
7    
8     # fields:
9     # - issn: 'ISSN'
10     # - naslov: 'Naslov'
11     #
12     # operators:
13 dpavlin 1142 # - STRINC: 'Bilo koja riječ'
14     # - STRBW: 'Početak naslova'
15 dpavlin 1132 # - 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 dpavlin 1142 name: 'Katalog elektroničkih časopisa'
43     description: 'dostupnih u zbirkama nabavljenim za potrebe visokoškolskih i znanstvenih ustanova Republike Hrvatske'
44 dpavlin 1132 input:
45 dpavlin 1136 - name: 'ovid'
46 dpavlin 1132 module: 'WebPAC::Input::Ovid'
47 dpavlin 1134 path: '/data/FF/ecasopisi/ovid/cites-all.txt'
48 dpavlin 1132 encoding: 'iso-8859-1'
49     normalize:
50     path: 'vhost/ecas/ovid.pl'
51 dpavlin 1136 - 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 dpavlin 1134

  ViewVC Help
Powered by ViewVC 1.1.26