Overview
When you use the CREATE INDEX statement to create an index or the ALTER INDEX statement to manage an index, you can optionally specify indexing preferences, stoplists, and section groups in the parameter string. Specifying a preference, stoplist, or section group answers one of the following questions about the way Oracle Text indexes text:
| Preference Class | Answers the Question |
|---|---|
| Datastore | How are your documents stored? |
| Filter | How can the documents be converted to plain text? |
| Lexer | What language is being indexed? |
| Wordlist | How should stem and fuzzy queries be expanded? |
| Storage | How should the index tables be stored? |
| Stop List | What words or themes are not to be indexed? |
| Section Group | Is querying within sections enabled, and how are the document sections defined? |
This chapter describes how to set each preference. Enable an option by creating a preference with one of the types described in this chapter.