]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/Cataloging/marc_stream_imp_auth.adoc
LP #1422932 TPAC: Holds history pager typo
[Evergreen.git] / docs / RELEASE_NOTES_NEXT / Cataloging / marc_stream_imp_auth.adoc
1 MARC stream importer authority records and repairs
2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3
4 The MARC stream importer script, commonly used with external 
5 services like OCLC Connexion, is now capable of importing authority
6 records in addition to bib records.  A single running instance of
7 the script can import either type of record, based on the record
8 leader.
9
10 New Options
11 +++++++++++
12
13  * --auth-merge-profile
14  * --auth-queue
15  * --bib-import-no-match
16  * --bib-auto-overlay-exact
17  * --bib-auto-overlay-1match
18  * --bib-auto-overlay-best-match
19  * --auth-import-no-match
20  * --auth-auto-overlay-exact
21  * --auth-auto-overlay-1match
22  * --auth-auto-overlay-best-match
23
24 Deprecated Options
25 ++++++++++++++++++
26
27 The following options still work and map to the "bib" equivalent
28 of the option, however a deprecation warning message is generated 
29 when the script is started.
30
31  * --import-no-match
32  * --auto-overlay-exact
33  * --auto-overlay-1match
34  * --auto-overlay-best-match
35
36 No Longer Supported Options
37 +++++++++++++++++++++++++++
38
39 --import-by-queue is no longer supported.  This option serves no
40 particular purpose and is a bad idea when re-using the same queue over
41 and over as most people do, because queue bloat will increase run times.
42
43 --noqueue (AKA "direct import") is no longer supported.  All imports go
44 through Vandelay now.
45