| Oracle® Fusion Middleware Idoc Script Reference Guide 11g Release 1 (11.1.1) Part Number E10726-01 |
|
|
View PDF |
Checks if the Indexer has full-text indexed the content item.
Type and Usage
Output
Returns TRUE if the content item has been full-text indexed.
Returns FALSE if the content item has not been full-text indexed.
Example
Provides a specified URL if the content item is full-text indexed:
<$if IsFullTextIndexed$>
<a href="<$redirect$>">
<$endif$>