Class DocsElasticSearchOptions
Inheritance
System.Object
DocsElasticSearchOptions
Namespace: Volo.Docs.Documents.FullSearch.Elastic
Assembly: Volo.Docs.Domain.dll
Syntax
public class DocsElasticSearchOptions : object
Constructors
DocsElasticSearchOptions()
Declaration
public DocsElasticSearchOptions()
Properties
Enable
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IndexName
Declaration
public string IndexName { get; set; }
Property Value
Type | Description |
---|---|
System.String |