Schema members

Provides access to the property metadata management system for SharePoint Server search.

The Schema type exposes the following members.

Constructors

  Name Description
Public method Schema(SearchContext) Obsolete. Initializes a new instance of the Schema class.
Public method Schema(SearchServiceApplication) Initializes a new instance of the Schema class based on the specified sps14searchservapp.
Public method Schema(SearchServiceApplication, Guid, Guid) Initializes a new instance of the Schema class.

Top

Properties

  Name Description
Public property AllCategories Gets the collection of Category objects representing the crawled property categories in the Search service application’s metadata schema.
Public property AllManagedProperties Gets the collection of ManagedProperty objects representing managed properties in the Search service application’s metadata schema for the Shared Service Provider.
Public property LastChangeTime Gets the date and time of the last update to the schema.
Public property SearchApplication Gets the Search service application associated with the Schema object.
Public property SiteCollectionId Gets the id of the site collection which owns this schema.
Public property TenantId Gets the id of the tenant which owns this schema.

Top

Methods

  Name Description
Public method Activate Activate this schema.
Public method DeleteSchema Delete this schema from the application.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method ForceIndexConfigUpdate Forces an update to the index configuration without changing the schema.
Public method GetCrawledProperty(Guid, String) Returns a CrawledProperty object representing a crawled property from the search service's schema.
Public method GetCrawledProperty(Guid, String, Int32) Obsolete. Returns a CrawledProperty object representing a crawled property from the Search service application's schema.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public methodStatic member IsMappable Obsolete. Gets a Boolean value indicating whether crawled properties with the specified data type can be mapped to managed properties with the specified managed data type.
Protected method MemberwiseClone (Inherited from Object.)
Public method QueryCrawledProperties
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member MaxCrawledPropertiesPerManagedProperty The maximum number of mappings from crawled properties to a single managed property.
Public fieldStatic member MaxManagedPropertiesPerCrawledProperty The maximum number of mappings from a single crawled property to managed properties.
Public fieldStatic member MaxManagedPropertiesPerSchema The maximum number of managed properties that one schema can define.

Top

See also

Reference

Schema class

Microsoft.Office.Server.Search.Administration namespace