London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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: 13.30.0
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.