Class SearchOptions
Search options.
Inheritance
System.Object
SearchOptions
Namespace: Mediachase.Search
Assembly: Mediachase.Search.dll
Version: 14.26.0Syntax
public class SearchOptions : Object
Constructors
SearchOptions()
Declaration
public SearchOptions()
Properties
DefaultSearchProvider
Gets or sets the default provider.
Declaration
public string DefaultSearchProvider { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IndexerBasePath
Gets or sets the base path. The path where properties of the last index will be stored. Each application will have it's own folder created.
Declaration
public string IndexerBasePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IndexerConnectionString
Gets or sets the connection string where build information will be stored in.
Declaration
public string IndexerConnectionString { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Indexers
Gets or sets the indexers.
Declaration
public IList<SearchIndexerOptions> Indexers { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<SearchIndexerOptions> |
MaxHitsForSearchResults
Gets or sets the max hits for search result
Declaration
public int MaxHitsForSearchResults { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SearchProviders
Gets or sets the search providers.
Declaration
public IList<SearchProviderOptions> SearchProviders { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<SearchProviderOptions> |