Change default AUTH_INDEX_MODE to dom
authorColin Campbell <colin.campbell@ptfs-europe.com>
Fri, 12 Feb 2010 12:38:46 +0000 (12:38 +0000)
committerGalen Charlton <gmcharlt@gmail.com>
Mon, 15 Feb 2010 00:49:23 +0000 (19:49 -0500)
[RM note: DOM is recommended for MARC21 authorities.  As of
 now, GRS-1 is the only mode supported for UNIMARC authorities.]

dom is the recommended authorities indexing mode in external docs
making it default accepts what appears to be the de facto preference
see Indexdata's documentation for more details on the options

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>

Makefile.PL

index 8c0b2cb..5aa9310 100644 (file)
@@ -399,7 +399,7 @@ my %config_defaults = (
   'INSTALL_ZEBRA'     => 'yes',
   'INSTALL_SRU'       => 'yes',
   'INSTALL_PAZPAR2'   => 'no',
-  'AUTH_INDEX_MODE'   => 'grs1',
+  'AUTH_INDEX_MODE'   => 'dom',
   'ZEBRA_MARC_FORMAT' => 'marc21',
   'ZEBRA_LANGUAGE'    => 'en',
   'ZEBRA_USER'        => 'kohauser',