Docs: adding info about bibliographic fingerprints
authorJane Sandberg <sandbej@linnbenton.edu>
Mon, 30 Apr 2018 20:21:21 +0000 (15:21 -0500)
committerJane Sandberg <sandbej@linnbenton.edu>
Mon, 30 Apr 2018 20:21:21 +0000 (15:21 -0500)
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
docs/admin/schema_bibliographic.adoc [new file with mode: 0644]
docs/root.adoc
docs/root_command_line_admin.adoc

diff --git a/docs/admin/schema_bibliographic.adoc b/docs/admin/schema_bibliographic.adoc
new file mode 100644 (file)
index 0000000..0eb975a
--- /dev/null
@@ -0,0 +1,15 @@
+Notes about the Bibliographic Schema in the Database
+----------------------------------------------------
+
+Bibliographic fingerprint
+~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Evergreen creates a fingerprint for each bib record, which can be found in the `fingerprint` column of the `biblio.record_entry` table.
+This fingerprint is used to group together different bib records in a Group Formats & Editions search in the public catalog.
+
+The bibliographic fingerprint incorporates several subfields to distinguish between different items, including:
+
+* $n and $p from MARC title fields to better distinguish among records of the same series that may share the same title but have a different part.
+
+The bibliographic fingerprint distinguishes among the fields contributing to the fingerprint. This helps the system distinguish between a record
+for the movie _Blue Steel_ and another record for the book _Blue_ written by Danielle _Steel_.
index f29673a..4309f26 100644 (file)
@@ -380,6 +380,10 @@ include::cataloging/authorities.adoc[]
 
 include::cataloging/link_checker.adoc[]
 
+include::admin/schema_bibliographic.adoc[]
+
+include::admin/marc_templates.adoc[]
+
 
 Serials
 =======
index 43b2dc5..6a60f24 100644 (file)
@@ -116,6 +116,8 @@ include::admin/marc_templates.adoc[]
 
 :leveloffset: 0
 
+include::admin/schema_bibliographic.adoc[]
+
 // STAFF ADMIN
 include::admin/staff_from_command_line.adoc[]