World is now on Opti ID! Learn more

Class SearchIndexerOptions

Search indexer options.

Inheritance
System.Object
SearchIndexerOptions
Namespace: Mediachase.Search
Assembly: Mediachase.Search.dll
Version: 14.26.0
Syntax
public class SearchIndexerOptions : Object

Constructors

SearchIndexerOptions()

Declaration
public SearchIndexerOptions()

Properties

Name

Gets or sets the name of the indexer.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Type

Gets or sets the type of the indexer.

Declaration
public string Type { get; set; }
Property Value
Type Description
System.String