/[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 660 by dpavlin, Fri Sep 8 14:35:51 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: '/home/mglavica/mnt/LIBRI/LIBRI'
427  #       path: '/backup/isis_backup/A207-3/isisdata/latest/LIBRI/LIBRI'  #        path: '/backup/isis_backup/A207-3/isisdata/latest/LIBRI/LIBRI'
428          encoding: 'cp852'          encoding: 'cp852'
429          lookup: 'conf/lookup/isis_ffzg.yml'          lookup: 'conf/lookup/isis_ffzg.yml'
430          #limit: 10          #limit: 10
431            modify_file: 'conf/modify/common.pl'
432          normalize:          normalize:
433            path: 'conf/normalize/common.pl'            path: 'conf/normalize/common.pl'
434        - name: arti        - name: arti
435          type: isis          type: isis
436          path: '/data/isis_data/kk/ARTI/ARTI'          path: '/home/mglavica/mnt/ARTI/ARTI'
437  #       path: '/backup/isis_backup/A207-3/isisdata/latest/ARTI/ARTI'  #        path: '/backup/isis_backup/A207-3/isisdata/latest/ARTI/ARTI'
438          encoding: 'cp852'          encoding: 'cp852'
439          lookup: 'conf/lookup/isis_ffzg.yml'          lookup: 'conf/lookup/isis_ffzg.yml'
440          #limit: 10          #limit: 10
# Line 450  databases: Line 454  databases:
454        encoding: 'cp852'        encoding: 'cp852'
455        lookup: 'conf/lookup/isis_ffzg.yml'        lookup: 'conf/lookup/isis_ffzg.yml'
456        #limit: 10        #limit: 10
457          modify_file: 'conf/modify/common.pl'
458        normalize:        normalize:
459          path: 'conf/normalize/common.pl'          path: 'conf/normalize/common.pl'
460    
# Line 482  databases: Line 487  databases:
487      input:      input:
488        name: libri        name: libri
489        type: isis        type: isis
490        path: '/backup/isis_backup/A201-1/isisdata/latest/LIBRI/LIBRI'        path: '/backup/isis_backup/A-201-1/isisdata/latest/LIBRI/LIBRI'
491        encoding: 'cp852'        encoding: 'cp852'
492        lookup: 'conf/lookup/isis_ffzg.yml'        lookup: 'conf/lookup/isis_ffzg.yml'
493        #limit: 10        #limit: 10
# Line 527  databases: Line 532  databases:
532          # limit number of records to read from database          # limit number of records to read from database
533          #limit: 10          #limit: 10
534    
535          modify_records:          modify_file: 'conf/modify/common.pl'
536            200:          
             '^d':  
               '^e': ' : '  
             '^e':  
               '^d': ' = '  
             '*':  
               '^g': ' ; '  
               '^c': '. '  
           210:  
             '^a':  
               '^c': '^b'  
             '^b':  
               ' : ': '^b'  
               '^d': '^c'  
             '*':  
               '. (': '. (^e'  
             '^e':  
               ' : ': ' ^f'  
           700:  
             '^a':  
               '^b': ', '  
           701:  
             '^a':  
               '^b': ', '  
           702:  
             '^a':  
               '^b': ', '  
537          # define normalisation for that source          # define normalisation for that source
538          normalize:          normalize:
539            # which tag to use in normalize xml for data?            # which tag to use in normalize xml for data?
# Line 578  databases: Line 557  databases:
557      input:      input:
558        name: libri        name: libri
559        type: isis        type: isis
560        path: '/backup/isis_backup/A224-2/isisdata/latest/LIBRI/LIBRI'        path: '/backup/isis_backup/A224-6/isisdata/latest/LIBRI/LIBRI'
561        encoding: 'cp852'        encoding: 'cp852'
562        lookup: 'conf/lookup/isis_ffzg.yml'        lookup: 'conf/lookup/isis_ffzg.yml'
563        #limit: 10        #limit: 10

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

  ViewVC Help
Powered by ViewVC 1.1.26