This property specifies whether Search can retrieve the information in this column. If True, Search can retrieve the information in this column. If False, Search cannot retrieve the information in this column.
Syntax
IColumn.Retrieve
Remarks
If information specified by a column is retrievable, Search stores an exact copy of the information in the catalog and Search can later retrieve and display the information to site visitors on a search results page.
If the filter for a particular document type does not emit this column as a retrievable value, setting Retrieve to True has no effect. In addition, Search will not report an error when indexing documents of that type. Many properties emitted by the HTML indexing filter, including all URL link properties, are emitted only as indexable values. See the main Site Server documentation for information on document filters.
Example
See Creating_and_Accessing IColumn Interface Objects.
See Also