| Oracle® Fusion Middleware Idoc Script Reference Guide 11g Release 1 (11.1.1) E10726-01 |
|
![]() Previous |
![]() Next |
Home > Idoc Script Reference Guide > Core Content Server Variabl... > IsFullTextIndexed
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$>