By default, the system expects your documents to be stored in a text column. Once this requirement is satisfied, you can create a Text index using the CREATE
INDEX
SQL statement as an extensible index of type CONTEXT
, without explicitly specifying any preferences. The system automatically detects your language, the datatype of the text column, format of documents, and sets indexing preferences accordingly.
To create an Oracle Text index:
Optionally, determine your custom indexing preferences, section groups, or stoplists if not using defaults. The following table describes these indexing classes:
Optionally, create your own custom preferences, section groups, or stoplists. See "Creating Preferences ".
Create the Text index with the SQL statement CREATE
INDEX
, naming your index and optionally specifying preferences. See "Creating a CONTEXT Index".
"Considerations for Oracle Text Indexing" and CREATE INDEX topic in Oracle Text Reference