A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. 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