Indexes and Index Rules

Each record is indexed as it is added to the system. That is, the system uses index rules to move various portions of the record's data into database indexes. The record then can be retrieved by comparing search terms to the contents of a specified index. For example, a bibliographic record containing the field:

700 |aJames, Henry |tPortrait of a lady

could be indexed so that it would be retrieved by searching the author index for "james, henry", searching the title index for "portrait of a lady", or searching the keyword index for "portrait", "lady", "portrait lady" or "lady portrait".

This documentation covers the standard set up of indexes. However, a particular organization's indexing may vary from this standard. For more information on viewing the codes used in your system, see Administering Advanced Word Searching.

You can edit index labels through the Index Labels system table.

Indexes and Internationalization

Non-English special characters and character sets (such as Arabic, CJK, Cyrillic, Hebrew, and others) require indexing to be searched on the system.

Additional indexes are a product. For more information, contact Sales.

Indexes

Sierra uses three types of indexes:

Record Number Index

The record number index is system-defined and contains the system-generated unique ID number of each record. The record number is sequential, assigned to each record as it is created, and the final digit is a check digit. For example:

For more information, see Record Numbers.

Phrase Index

A phrase index is created from a specified string of text in a variable-length field. A phrase index includes the entirety of the MARC field's specified subfields in a single index entry, in the order in which they appear.

For more information, see More About Phrase Indexes.

Advanced Word Search Index

The Advanced Word Search (AWS) index takes a specified string of text from a variable-length field and indexes each word separately.

For more information, see More About the AWS index.

Index Rules

Index rules determine what data is indexed and how it is normalized for indexing.

About Index Rules

Normalizing Data

Normalization is the process where data is standardized to improve sorting and retrieval.

The standard normalization process does the following:

The system also uses specialized normalization processes:

Viewing Index Rules

You can view the system indexing rules in the Admin App by clicking AWS (for AWS index rules) or System Files | Indexrules (for phrase index rules).

See also:
Administering Advanced Word Searching (to view AWS index rules)
Editing Index Labels
Call Number Normalization
Indexrules in System Files (to view phrase index rules)