Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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