- 
                Notifications
    
You must be signed in to change notification settings  - Fork 3
 
Title Fields Indexing and Display
        Ruth edited this page Sep 22, 2020 
        ·
        48 revisions
      
    This includes titles of the work itself and other kinds of titles which may be searched for, such as series titles.
Some goals of title indexing:
- Display title, subtitles, related and additional titles (e.g. uniform title, series title)
 - Search an aggregation of titles (e.g. search covers title, subtitle, series title, uniform title, etc.) Some decisions to be made here include whether to make related titles part of the search or not.
 
| marc field | description | 
|---|---|
| 245 | main title | 
| 130 / 240 | uniform title (a standardized form of the title with different intensities) | 
| 210 | abbreviated title | 
| 222 | key title | 
| 242 | translation of title by cataloging agency | 
| 243 | collective uniform title | 
| 246 | sub/alternate titles | 
| 247 | previous titles | 
| 490a | the title of a series. | 
| 440a | deprecated same as 490a. (We still have a lot of these, though, so if we index 490, we should index 440.) | 
| 505t | formatted contents note title | 
| 740 | added entry - uncontrolled/alternate title | 
76x-78x subfield st
 | 
linking entry fields - uniform title and title | 
| 790-798 | local added entry - personal name / corporate name / meeting name / uniform title | 
| 793a | collection - this is keyword indexed already via previous row, but index for display as well | 
- Main Title
- 
245aunstemmed -title_unstem_searchfirst part of title is used for exact matching - 
245abunstemmed -title_245ab_unstem_search - 
245a-title_tsim - 
245ab-title_245ab_tsimtitle/subtitle has a lower boost thantitle_tsim. 
 - 
 - Additional Titles
title_addl_unstem_search- 
title_addl_tsim245abnps 130#{ATOZ} 240abcdefgklmnopqrs 210ab 222ab 242abnp 243abcdefgklmnopqrs 246abcdefgnp 247abcdefgnp 
 - Added Entry Titles
- 
title_added_entry_tsim730abcdefgklmnopqrst 740anp 
 - 
 - Series Title
- 
440anpv:490av-series_title_tsim 
 - 
 
- Main Title
- 
245ab-title_245ab_tsimonly 
 - 
 - Additional Titles
title_addl_unstem_search- 
title_addl_tsim245abnps 130#{ATOZ} 240abcdefgklmnopqrs 210ab 222ab 242abnp 243abcdefgklmnopqrs 246abcdefgnp 247abcdefgnp 
 - Related Titles
- 
title_related_tsim505t 730adfgklmnoprst 740anp 760st 762st 765st 767st 770st 772st 773st 774st 775st 776st 777st 780st 785st 786st 787st 790lktmnoprs 791lktmnoprs 792lktmnoprs 793adflktmnoprs 796lktmnoprs 797lktmnoprs 798lktmnoprs- In cases from 
505ttrailing--should be sliced off. 
 - In cases from 
 
 - 
 - Series Title
- 
440anpv:490av-series_title_tsim 
 - 
 
- 
Item Lead Statement (no label) display 
245abcfgknpsor the vernacular title if there is one.
This should be used for the main title display on a record page and the linked title in a search result. No label, this is the main heading. - 
Title display 
245abcfgknpsin the case that the Item Lead Statement is vernacular. In search results and at the item level. - 
Uniform Title display 
130adfklmnoprs:240adfklmnoprincluding vernacular. Uniform titles are a common way of referring to a work which can be called many things. - 
Additional Titles display 
210ab:246iabfgnp:247abcdefgnpincluding vernacular. These include abbreviated/sub/alternate/former titles. - 
Related Titles display 
730adfgiklmnoprst3:740anpincluding vernacular. These include added entry titles and uncontrolled/alternate titles. - 
Series Title display 
490avlx3:440anpvxnot including vernacular. - 
Collection display 
793a. 
- Using 
marc_sortable_title: 245 a and b, with non-filing characters stripped off. 
- Main Title 
245a-title_tsim 
- In titles, retain punctuation.
 - Added entries 
title_added_entry_tsimare relevant for title searching. In searching limited to title, we include added entries but not related titles. Related titles (title_related_tsim) are included in general keyword search and in the record display. - Use line breaks for any multi-valued statements, including the additional vernaculars when present.
 - Series titles can cause some confusion, as they may contain keywords which aren't necessarily related to the series. For example, "Penguin History of Britain" will return in a title search for "Penguin" if it's part of the title search.
400/410/411 subfieldtwere deprecated but we still have indexing set up for them.(?) 
- Home
 - Testing Documentation for Product Owner
 - Components, Features, and Functions
- Library Faceting and Locations Management
 - Advanced Search
 - Browse Items By Library of Congress Call Number
 - Browse by Subject, Author, and Title
 - Availability Display
 - Summary Holdings Display
 - Holdings and Availability for Bound-Withs
 - Holds and ILL
 - Requesting Items with Aeon
 - Course Reserves
 - Google Books and HathiTrust Integration
 - Bento Integration
 
 - Indexing and Display
- Sources of Catalog Data
 - Display Fields
 - Title Fields
 - Author and Creator Fields
 - Thesis Department
 - ISSNs and ISBNs
 - URL Fields
 - Publication and Edition Fields
 - Material Characteristics Fields
 - Language Fields
 - Subject Fields
 - Genre Fields
 - Note Fields
 - Serials
 - Bound-Withs
 - Formats
 - Media Types
 - Access Facet
 - Open Access Facet
 - Call Numbers
 - OCLC Number
 - LCCN
 - Report Numbers
 - Endowment Codes and Names
 - Adding Linked to Request Scanning
 - Summary Holdings Indexing
 
 - My Account
 - Tests
 - Development Setup and Notes
 - Deployment Notes