C# Class Jarstan.ContentSearch.AzureProvider.AzureIndexSchema

Inheritance: ISearchIndexSchema, IAzureSearchIndexSchema
Show file Open project: jscott1277/SitecoreAzureSearchProvider

Private Properties

Property Type Description

Public Methods

Method Description
AddAzureIndexField ( AzureField indexField ) : void
AddAzureIndexFields ( List indexFields ) : void
AzureIndexSchema ( IAzureProviderIndex index ) : Sitecore.ContentSearch
BuildAzureIndexSchema ( AzureField keyField, AzureField idField ) : void
ReconcileAzureIndexSchema ( Document document, int retryCount ) : bool

Method Details

AddAzureIndexField() public method

public AddAzureIndexField ( AzureField indexField ) : void
indexField AzureField
return void

AddAzureIndexFields() public method

public AddAzureIndexFields ( List indexFields ) : void
indexFields List
return void

AzureIndexSchema() public method

public AzureIndexSchema ( IAzureProviderIndex index ) : Sitecore.ContentSearch
index IAzureProviderIndex
return Sitecore.ContentSearch

BuildAzureIndexSchema() public method

public BuildAzureIndexSchema ( AzureField keyField, AzureField idField ) : void
keyField AzureField
idField AzureField
return void

ReconcileAzureIndexSchema() public method

public ReconcileAzureIndexSchema ( Document document, int retryCount ) : bool
document Document
retryCount int
return bool