This property specifies whether Search indexes the information in this column. If True, Search indexes the information in this column; if False, Search does not index the information in this column.
Syntax
IColumn.Index
Remarks
If information specified by a column is indexable, Search stores the contents in the catalog so site visitors can later search on the information.
If the filter for a particular document type does not emit this column as an indexable value, setting Index to True has no effect, and Search will not report an error when indexing documents of that type. See the main Site Server documentation for information on document filters.
Example
See Creating_and_Accessing IColumn Interface Objects.
See Also