SaaS CMS has officially launched! Learn more now.

Class SearchConfiguration

Implemented as a thread-safe singleton class, read ECF Search configuration from file Mediachase.Search.config

Inheritance
System.Object
SearchConfiguration
Namespace: Mediachase.Search
Assembly: Mediachase.Search.dll
Version: 11.8.3
Syntax
public class SearchConfiguration : ConfigurationSection

Properties

Indexers

Gets the indexers.

Declaration
public IndexerCollection Indexers { get; }
Property Value
Type Description
IndexerCollection

The indexers.

Instance

Singleton instance

Declaration
public static SearchConfiguration Instance { get; }
Property Value
Type Description
SearchConfiguration

The instance.

MaxHitsForSearchResults

Gets or sets the max hits for search result

Declaration
public int MaxHitsForSearchResults { get; set; }
Property Value
Type Description
System.Int32

SearchProviders

Gets the search providers.

Declaration
public SearchProviderElement SearchProviders { get; }
Property Value
Type Description
SearchProviderElement

The search providers.