The SearchEngineCore type exposes the following members.

Properties

  Name Description
Protected property DependencyInjectionFactory
Gets or sets the dependency injection factory instance.
Public property Item[([( String])])
Gets provider by name.
Public property Item[([( Type])])
Gets provider by type.
Public property Providers
Gets or sets list of search engine providers.

Note: If you don't modify the providers list, search infrastructure will use all registered providers (as configured in web.config). Note: If you want to search by specific provider please use .

Public property RegisteredProviders
Gets registered provider definitions.
Public property SearchByProviders
Gets or sets filter list of search engine provider types.

Note: When you set the provider filter, search will work only with those providers.

See Also