| Oracle8i interMedia Text Reference Release 2 (8.1.6) Part Number A77063-01  | 
  | 
Introduction to interMedia Text, 8 of 8
Typically, a Text query application allows the user to view the documents returned by a query. The user selects a document from the hitlist and then your application presents the document in some form.
With interMedia Text, you can render a document in different ways. For example, you can present documents with query terms highlighted. Highlighted query terms can be either the words of a word query or the themes of an ABOUT query in English.
You can also obtain theme information from documents with the CTX_DOC PL/SQL package.
Table 1-1 describes the different output you can obtain and which procedure to use to obtain each type:
| Output | Procedure | 
|---|---|
| 
 Highlighted document, plain text version  | 
 CTX_DOC.MARKUP  | 
| 
 Highlighted document, HTML version  | 
 CTX_DOC.MARKUP  | 
| 
 Highlight offset information for plain text version  | 
 CTX_DOC.HIGHLIGHT  | 
| 
 Highlight offset information for HTML version  | 
 CTX_DOC.HIGHLIGHT  | 
| 
 Plain text version, no highlights  | 
 CTX_DOC.FILTER  | 
| 
 HTML version of document, no highlights  | 
 CTX_DOC.FILTER  | 
| 
 Theme summaries and Gist of document.  | 
 CTX_DOC.GIST  | 
| 
 List of themes in document.  | 
 CTX_DOC.THEMES  | 
| 
 | 
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved.  | 
 
  |