This interface is a list of columns (collection of IColumn objects) of information about documents that Search indexes or retrieves while crawling.
Hierarchy
ISearchAdmin.IBuildServer.IBuildCatalogs.IBuildCatalog.ISearchSchema
The following table briefly describes this interface's methods and properties.
Note Changes made by these methods do not take effect until you call the ISearchSchema.Save method.
| Method | Description |
| Add | Adds a column to the collection. |
| Clear | Clears the schema columns. |
| Remove | Removes a column. |
| Property | Description |
| Count | The number of columns. |
| Item | Accesses a column by name. |