mixed in enumerable to result set class. added result set method to get the size...
[zcc.git] / examples / zebra / zebra.cfg
blob9eae89609a19ac08aeee53165751b64b3de61d36
1 # Simple Zebra configuration file
2 # $Id: zebra.cfg,v 1.2 2006/07/03 14:27:06 adam Exp $
4 # Where the schema files, attribute files, etc are located.
5 # I think if there's nothing for profilePath it uses the default.
6 # If it doesn't work you may want to try uncommenting one of the following.
7 # Or move the default files into your own tab directory.
8 #profilePath: ../../../../../usr/share/idzebra-2.0/tab
9 #profilePath: profilePath: ${srcdir:-.}:${srcdir:-.}/../tab
11 # Files that describe the attribute sets supported.
12 attset: bib1.att
13 attset: explain.att
15 recordType: grs.marcxml.marc21
16 recordId: file
17 storeKeys: 1
19 modulePath: /usr/lib/idzebra-2.0/modules
21 database: zcc
24 # Lock File Area
25 lockDir: /home/jason/.zcc/zebra/lock
26 perm.anonymous:r
27 register: /home/jason/.zcc/zebra/register:1G
29 # Temp File area for result sets
30 setTmpDir: /home/jason/.zcc/zebra/tmp
32 # Temp File area for index program
33 keyTmpDir: /home/jason/.zcc/zebra/key
35 # Approx. Memory usage during indexing
36 memMax: 50M
37 rank:rank-1