/[webpac2]/Webpacus/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 /Webpacus/config.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 143 - (hide annotations)
Fri Nov 25 01:24:31 2005 UTC (18 years, 5 months ago) by dpavlin
File size: 1723 byte(s)
 r9125@llin:  dpavlin | 2005-11-25 02:25:59 +0100
 added hits_on_page and hits_for_suggest to fine-tune your queries (and speed)

1 dpavlin 95 --- #YAML:1.0
2     # DO NOT USE TABS FOR INDENTATION OR label/value SEPARATION!!!
3    
4     # configuration for hyper estraier full text search engine
5     hyperestraier:
6     url: 'http://localhost:1978/node/webpac2'
7     user: 'admin'
8     passwd: 'admin'
9 dpavlin 142 #
10 dpavlin 143 # number of results on each page
11     hits_on_page: 30
12     # number of results to fetch for suggestion (it will fold multiple sameones)
13     hits_for_suggest: 20
14     #
15 dpavlin 142 # options used while indexing
16     #
17     # name of database (not used yet, but required)
18     database: 'test'
19     # which tag type to use for search engine (used while indexing)
20     type: 'search'
21     #
22     # options used for Catalyst only
23     #
24 dpavlin 95 # FIXME encoding comming from Catalyst.
25 dpavlin 142 catalyst_encoding: 'UTF-8'
26 dpavlin 95
27     webpac:
28 dpavlin 97 # default template to use
29     template: 'html_ffzg_results_short.tt'
30     # path to database files
31 dpavlin 95 db_path: '/data/webpac2/db'
32 dpavlin 97 # path to templates used by WebPAC::Output
33 dpavlin 95 template_path: '/data/webpac2/conf/output/tt'
34 dpavlin 135 # default template for results
35     default_template: 'html_ffzg.tt'
36     # default user editable css file
37     default_css: 'user.css'
38 dpavlin 139 css_path: 'root/css'
39 dpavlin 96 # encoding comming from webpac
40     webpac_encoding: 'iso-8859-2'
41     # encoding expected by Catalyst
42 dpavlin 97 out_encoding: 'utf-8'
43    
44 dpavlin 142 # directives after this are used when indexing using core WebPAC modules
45    
46     input:
47     # isis
48     type: isis
49     # full path to database
50 dpavlin 143 # path: '/data/isis_data/ps/LIBRI/LIBRI'
51     path: '/data/isis_data/sf-big/LIBRI'
52 dpavlin 142 # encoding of character set in isis data
53     encoding: '852'
54     # lookup
55     lookup: 'conf/lookup/isis.pm'
56     # limit number of records to read from database
57     # limit: 100
58    
59     normalize:
60     # which tag to use in normalize xml for data?
61     tag: 'isis'
62     # path to normalization xml
63     path: 'conf/normalize/isis_ffzg.xml'
64    
65    

  ViewVC Help
Powered by ViewVC 1.1.26