|
|
||
![]() |
||
|
Field is a synonym for index. For example, 'author field' may also be referred to as 'author index'. |
|
Information is divided into data fields to make it possible to target specific kinds of information in a search-related process, and thus make the process more effective. Example: |
|
Data fields are identified by mnemonic letter codes. The mnemonic codes are used in search-related processes to designate the data fields. Examples:
|
|
There are 4 different groups of data fields:
Data field groups:
|
|
To identify data fields and codes in the current database: |
|
|
|
|
HELP DFIELDS or HELP FORMATS |
Display fields and codes Predefined display formats and codes |
| HELP EFIELDS | Extraction fields and codes |
| HELP SFIELDS | Search fields and codes |
| HELP SRTFIELDS | Sort fields and codes |
|
Display fields are those data fields that are displayable. Display formats are predefined combinations of display fields. Display fields and formats are file-specific. Display field codes and display formats are used in the DISPLAY command line to specify the fields of information from a record that you want to view. Type:
Display formats and display field codes may be combined. The information is displayed in the order-specified. |
|
Search fields are those data fields that are searchable. They are file-specific. Search field codes are used in the SEARCH command line to specify the data fields to be searched. If you do not specify a search field, your term will be searched in the Basic Index of the current database(s). The Basic Index is the default search index of a database. It is generally constructed by merging one or more search fields. For example, the Basic Index of bibliographic databases is typically made up of a combination of the Title, Abstract, and Indexing Term fields. Type HELP SFIELDS for a list of search fields and codes in the current file. |
|
Extraction fields are those data fields from which terms can be extracted. They are file-specific. Generally, they are the same as display fields. Extraction field codes are used in the SELECT, ANALYZE, and TRANSFER command lines to designate the data fields of an answer from which terms are to be extracted. Type HELP EFIELDS to identify extraction fields in the current file. |
|
Sort fields are those data fields that may be sorted. They are file-specific. Sort field codes are used in the SORT command line to rearrange search results in either alphabetic or numeric order by field. Type HELP SRTFIELDS to identify sort fields in the current file. |