Oracle8i interMedia Text Reference
Release 2 (8.1.6)

Part Number A77063-01

Library

Product

Contents

Index

Go to previous page Go to beginning of chapter Go to next page

Indexing, 10 of 11


System-Defined Preferences

When you install interMedia Text, some indexing preferences are created. You can use these preferences in the parameter string of CREATE INDEX or define your own.

The default index parameters, described in the next section, are mapped to some of the system-defined preferences described in this section.

See Also:

For more information about default index parameters, see "Default Index Parameters" in this chapter. 

System-defined preferences are divided into the following categories:

Data Storage

CTXSYS.DEFAULT_DATASTORE

This preference uses the DIRECT_DATASTORE object. It is used to create indexes for text columns in which the text is stored directly in the column.

CTXSYS.FILE_DATASTORE

This preference uses the FILE_DATASTORE object.

CTXSYS.URL_DATASTORE

This preference uses the URL_DATASTORE object.

Filter

CTXSYS.NULL_FILTER

This preference uses the INSO_FILTER object.

CTXSYS.INSO_FILTER

This preference uses the INSO_FILTER object.

Lexer

CTXSYS.DEFAULT_LEXER

This preference defaults to the lexer required for the language you specify during your database setup. The following sections describe the default settings for CTXSYS.DEFAULT_LEXER for each language.

American and English Language Settings

If your language is English, this preference uses the BASIC_LEXER with the index_themes attribute enabled. That is, document theme information is indexed for American and English language.

Danish Language Settings

If your language is Norwegian, Swedish, or Finnish, this preference uses the BASIC_LEXER with the following option enabled:

Dutch Language Settings

If your language is Dutch, this preference uses the BASIC_LEXER with the following options enabled:

German and German DIN Language Settings

If your language is German, this preference uses the BASIC_LEXER with the following options enabled:

Finnish, Norwegian, and Swedish Language Settings

If your language is Finnish, Norwegian, or Swedish, this preference uses the BASIC_LEXER with the following option enabled:

Japanese Language Settings

If you language is Japanese, this preference uses the JAPANESE_VGRAM_LEXER.

Korean Language Settings

If your language is Korean, this preference uses the KOREAN_LEXER. All attributes for the KOREAN_LEXER are enabled.

Simplified Chinese Language Settings

If your language is Simplified Chinese, this preference uses the CHINESE_VGRAM_LEXER.

Other Languages

For all other languages not listed in this section, this preference uses the BASIC_LEXER with no attributes set.

See Also:

To learn more about these options, see BASIC_LEXER in this chapter. 

CTXSYS.BASIC_LEXER

This preference uses the BASIC_LEXER.

Section Group

CTXSYS.NULL_SECTION_GROUP

This preference uses the NULL_SECTION_GROUP object.

CTXSYS.HTML_SECTION_GROUP

This preference uses the HTML_SECTION_GROUP object.

CTXSYS.AUTO_SECTION_GROUP

This preference uses the AUTO_SECTION_GROUP object.

Stoplist

CTXSYS.DEFAULT_STOPLIST

This stoplist preference defaults to the stoplist of the language specified during your database setup.

See Also:

For a complete list of the stop words in the supplied stoplists, see Appendix E, "Supplied Stoplists"

CTXSYS.EMPTY_STOPLIST

This stoplist has no words.

Storage

CTXSYS.DEFAULT_STORAGE

This storage preference uses the BASIC_STORAGE object.

Wordlist

CTXSYS.DEFAULT_WORDLIST

This preference uses the language stemmer for the language specified during your database setup. If your language is not listed in Table 3-1, this preference defaults to the NULL stemmer and the GENERIC fuzzy matching attribute.


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996-2000, Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index