LP#1384740 MARC stream importer auth release notes
authorBill Erickson <berickxx@gmail.com>
Tue, 18 Aug 2015 14:47:56 +0000 (10:47 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 4 Nov 2015 20:32:41 +0000 (20:32 +0000)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
docs/RELEASE_NOTES_NEXT/Cataloging/marc_stream_imp_auth.txt [new file with mode: 0644]

diff --git a/docs/RELEASE_NOTES_NEXT/Cataloging/marc_stream_imp_auth.txt b/docs/RELEASE_NOTES_NEXT/Cataloging/marc_stream_imp_auth.txt
new file mode 100644 (file)
index 0000000..5b0e079
--- /dev/null
@@ -0,0 +1,46 @@
+MARC stream importer authority records and repairs
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+The MARC stream importer script, commonly used with external 
+services like OCLC Connexion, is now capable of importing authority
+records in addition to bib records.  A single running instance of
+the script can import either type of record, based on the record
+leader.
+
+New Options
++++++++++++
+
+ * --auth-merge-profile
+ * --auth-queue
+ * --auth-source
+ * --bib-import-no-match
+ * --bib-auto-overlay-exact
+ * --bib-auto-overlay-1match
+ * --bib-auto-overlay-best-match
+ * --auth-import-no-match
+ * --auth-auto-overlay-exact
+ * --auth-auto-overlay-1match
+ * --auth-auto-overlay-best-match
+
+Deprecated Options
+++++++++++++++++++
+
+The following options still work and map to the "bib" equivalent
+of the option, however a deprecation warning message is generated 
+when the script is started.
+
+ * --import-no-match
+ * --auto-overlay-exact
+ * --auto-overlay-1match
+ * --auto-overlay-best-match
+
+No Longer Supported Options
++++++++++++++++++++++++++++
+
+--import-by-queue is no longer supported.  This option serves no
+particular purpose and is a bad idea when re-using the same queue over
+and over as most people do, because queue bloat will increase run times.
+
+--noqueue (AKA "direct import") is no longer supported.  All imports go
+through Vandelay now.
+