/[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 634 by dpavlin, Tue Sep 5 21:02:39 2006 UTC revision 635 by dpavlin, Wed Sep 6 18:08:52 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_records:
455            200:
456              '^k':
457                '^e': ' : '
458              '^d':
459                '^e': ' : '
460              '^e':
461                '^d': ' = '
462                '^k': ' ; '
463              '*':
464                '^g': ' ; '
465              '^a':
466                ' : ': '^e'
467                ' = ': '^d'
468                ' ; ': '^k'
469            210:
470              '^a':
471                '^c': '^b'
472              '^b':
473                ' ; ': '^a'
474                ' : ': '^b'
475                '^d': '^c'
476            700:
477              '^a':
478                '^b': ', '
479            701:
480              '^a':
481                '^b': ', '
482            702:
483              '^a':
484                '^b': ', '
485        normalize:        normalize:
486          path: 'conf/normalize/common.pl'          path: 'conf/normalize/common.pl'
487    
# Line 482  databases: Line 514  databases:
514      input:      input:
515        name: libri        name: libri
516        type: isis        type: isis
517        path: '/backup/isis_backup/A201-1/isisdata/latest/LIBRI/LIBRI'        path: '/backup/isis_backup/A-201-1/isisdata/latest/LIBRI/LIBRI'
518        encoding: 'cp852'        encoding: 'cp852'
519        lookup: 'conf/lookup/isis_ffzg.yml'        lookup: 'conf/lookup/isis_ffzg.yml'
520        #limit: 10        #limit: 10
# Line 578  databases: Line 610  databases:
610      input:      input:
611        name: libri        name: libri
612        type: isis        type: isis
613        path: '/backup/isis_backup/A224-2/isisdata/latest/LIBRI/LIBRI'        path: '/backup/isis_backup/A224-6/isisdata/latest/LIBRI/LIBRI'
614        encoding: 'cp852'        encoding: 'cp852'
615        lookup: 'conf/lookup/isis_ffzg.yml'        lookup: 'conf/lookup/isis_ffzg.yml'
616        #limit: 10        #limit: 10

Legend:
Removed from v.634  
changed lines
  Added in v.635

  ViewVC Help
Powered by ViewVC 1.1.26