public.recordType: grs.sgml |
To set the default value of the record type to text write:
recordType: text |
Specifies how the records are to be identified when updated. See the Section called Locating Records.
Specifies the Z39.50 database name.
Specifies whether key information should be saved for a given group of records. If you plan to update/delete this type of records later this should be specified as 1; otherwise it should be 0 (default), to save register space. See the Section called Indexing with File Record IDs.
Specifies whether the records should be stored internally in the Zebra system files. If you want to maintain the raw records yourself, this option should be false (0). If you want Zebra to take care of the records for you, it should be true(1).
Specifies the location of the various register files that Zebra uses to represent your databases. See the Section called Register Location.
Enables the safe update facility of Zebra, and tells the system where to place the required, temporary files. See the Section called Safe Updating - Using Shadow Registers.
Directory in which various lock files are stored.
Directory in which temporary files used during zebraidx's update phase are stored.
Specifies the directory that the server uses for temporary result sets. If not specified /tmp will be used.
Specifies a path of profile specification files. The path is composed of one or more directories separated by colon. Similar to PATH for UNIX systems.
Specifies the filename(s) of attribute set files for use in searching. At least the Bib-1 set should be loaded (bib1.att). The profilePath setting is used to look for the specified files. See the Section called The Attribute Set (.att) Files in Chapter 8
Specifies size of internal memory to use for the zebraidx program. The amount is given in megabytes - default is 4 (4 MB).
Specifies a directory base for Zebra. All relative paths given (in profilePath, register, shadow) are based on this directory. This setting is useful if your Zebra server is running in a different directory from where zebra.cfg is located.