/[webpac2]/trunk/conf/mjesec.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

Diff of /trunk/conf/mjesec.yml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 629 by dpavlin, Tue Sep 5 21:02:39 2006 UTC revision 636 by dpavlin, Wed Sep 6 19:25:22 2006 UTC
# Line 9  catalyst_encoding: 'UTF-8' Line 9  catalyst_encoding: 'UTF-8'
9  sites_root: 'sites'  sites_root: 'sites'
10    
11  # which indexing engine to use? (hyperestraier is default)  # which indexing engine to use? (hyperestraier is default)
12  use_indexer: 'hyperestraier'  #use_indexer: 'hyperestraier'
13    use_indexer: 'hyperestraier-native'
14  #use_indexer: 'kinosearch'  #use_indexer: 'kinosearch'
15    
16  # configuration for Hyper Estraier full text search engine  # configuration for Hyper Estraier full text search engine
# Line 24  hyperestraier: Line 25  hyperestraier:
25    # don't turn this on! it will spit huge amounts of output    # don't turn this on! it will spit huge amounts of output
26    #debug: 1    #debug: 1
27    #    #
28      #
29      path: 'casket/'
30    # number of results on each page    # number of results on each page
31    hits_on_page: 10    hits_on_page: 10
32    # number of results to fetch for suggestion (it will fold multiple sameones)    # number of results to fetch for suggestion (it will fold multiple sameones)
# Line 420  databases: Line 423  databases:
423      input:      input:
424        - name: libri        - name: libri
425          type: isis          type: isis
426          path: '/data/isis_data/kk/LIBRI/LIBRI'          path: '/backup/isis_backup/A207-3/isisdata/latest/LIBRI/LIBRI'
 #       path: '/backup/isis_backup/A207-3/isisdata/latest/LIBRI/LIBRI'  
427          encoding: 'cp852'          encoding: 'cp852'
428          lookup: 'conf/lookup/isis_ffzg.yml'          lookup: 'conf/lookup/isis_ffzg.yml'
429          #limit: 10          #limit: 10
# Line 429  databases: Line 431  databases:
431            path: 'conf/normalize/common.pl'            path: 'conf/normalize/common.pl'
432        - name: arti        - name: arti
433          type: isis          type: isis
434          path: '/data/isis_data/kk/ARTI/ARTI'          path: '/backup/isis_backup/A207-3/isisdata/latest/ARTI/ARTI'
 #       path: '/backup/isis_backup/A207-3/isisdata/latest/ARTI/ARTI'  
435          encoding: 'cp852'          encoding: 'cp852'
436          lookup: 'conf/lookup/isis_ffzg.yml'          lookup: 'conf/lookup/isis_ffzg.yml'
437          #limit: 10          #limit: 10
# Line 450  databases: Line 451  databases:
451        encoding: 'cp852'        encoding: 'cp852'
452        lookup: 'conf/lookup/isis_ffzg.yml'        lookup: 'conf/lookup/isis_ffzg.yml'
453        #limit: 10        #limit: 10
454          modify_file: 'conf/modify/common.pl'
455          modify_records:
456            200:
457              '^k':
458                '^e': ' : '
459              '^d':
460                '^e': ' : '
461              '^e':
462                '^d': ' = '
463                '^k': ' ; '
464              '*':
465                '^g': ' ; '
466              '^a':
467                ' : ': '^e'
468                ' = ': '^d'
469                ' ; ': '^k'
470            210:
471              '^a':
472                '^c': '^b'
473              '^b':
474                ' ; ': '^a'
475                ' : ': '^b'
476                '^d': '^c'
477            700:
478              '^a':
479                '^b': ', '
480            701:
481              '^a':
482                '^b': ', '
483            702:
484              '^a':
485                '^b': ', '
486        normalize:        normalize:
487          path: 'conf/normalize/common.pl'          path: 'conf/normalize/common.pl'
488    
# Line 482  databases: Line 515  databases:
515      input:      input:
516        name: libri        name: libri
517        type: isis        type: isis
518        path: '/backup/isis_backup/A201-1/isisdata/latest/LIBRI/LIBRI'        path: '/backup/isis_backup/A-201-1/isisdata/latest/LIBRI/LIBRI'
519        encoding: 'cp852'        encoding: 'cp852'
520        lookup: 'conf/lookup/isis_ffzg.yml'        lookup: 'conf/lookup/isis_ffzg.yml'
521        #limit: 10        #limit: 10
# Line 578  databases: Line 611  databases:
611      input:      input:
612        name: libri        name: libri
613        type: isis        type: isis
614        path: '/backup/isis_backup/A224-2/isisdata/latest/LIBRI/LIBRI'        path: '/backup/isis_backup/A224-6/isisdata/latest/LIBRI/LIBRI'
615        encoding: 'cp852'        encoding: 'cp852'
616        lookup: 'conf/lookup/isis_ffzg.yml'        lookup: 'conf/lookup/isis_ffzg.yml'
617        #limit: 10        #limit: 10

Legend:
Removed from v.629  
changed lines
  Added in v.636

  ViewVC Help
Powered by ViewVC 1.1.26