In your query application, you can use other query features such as proximity searching. Table 4-1 lists some of these features.
Table 4-1 Other Oracle Text Query Features
| Feature | Description | Implement With | 
|---|---|---|
| 
 Case Sensitive Searching  | 
 Enables you to search on words or phrases exactly as entered in the query. For example, a search on Roman returns documents that contain Roman and not roman.  | 
 
  | 
| 
 Base Letter Conversion  | 
 Queries words with or without diacritical marks such as tildes, accents, and umlauts. For example, with a Spanish base-letter index, a query of energía matches documents containing both energía and energia.  | 
 
  | 
| 
 Word Decompounding (German and Dutch)  | 
 Enables searching on words that contain specified term as sub-composite.  | 
 
  | 
| 
 Alternate Spelling (German, Dutch, and Swedish)  | 
 Searches on alternate spellings of words.  | 
 
  | 
| 
 Proximity Searching  | 
 Searches for words near one another.  | 
 
  | 
| 
 Stemming  | 
 Searches for words with same root as specified term.  | 
 $ operator at when you enter the query  | 
| 
 Fuzzy Searching  | 
 Searches for words that have similar spelling to specified term.  | 
 
  | 
| 
 Query Explain Plan  | 
 Generates query parse information.  | 
 
  | 
| 
 Hierarchical Query Feedback  | 
 Generates broader term, narrower term and related term information for a query.  | 
 
  | 
| 
 Browse index  | 
 Browses the words around a seed word in the index.  | 
 
  | 
| 
 Count hits  | 
 Counts the number of hits in a query.  | 
 
  | 
| 
 Stored Query Expression  | 
 Stores the text of a query expression for later reuse in another query.  | 
 
  | 
| 
 Thesaural Queries  | 
 Uses a thesaurus to expand queries.  | 
 Thesaurus operators such as  Use   |