C# Class Jarstan.ContentSearch.Linq.Azure.AzureIndexParameters

Inheritance: IIndexParameters
Mostrar archivo Open project: jscott1277/SitecoreAzureSearchProvider Class Usage Examples

Public Methods

Method Description
AzureIndexParameters ( IIndexValueFormatter valueFormatter, IFieldQueryTranslatorMap fieldQueryTranslators, FieldNameTranslator fieldNameTranslator, IAzureSearchFieldConfiguration>.Func getFieldConfiguration, IExecutionContext executionContexts ) : Sitecore.ContentSearch
AzureIndexParameters ( IIndexValueFormatter valueFormatter, IFieldQueryTranslatorMap fieldQueryTranslators, FieldNameTranslator fieldNameTranslator, IAzureSearchFieldConfiguration>.Func getFieldConfiguration, IExecutionContext executionContexts, IFieldMapReaders fieldMap ) : Sitecore.ContentSearch
AzureIndexParameters ( IIndexValueFormatter valueFormatter, IFieldQueryTranslatorMap fieldQueryTranslators, FieldNameTranslator fieldNameTranslator, IAzureSearchFieldConfiguration>.Func getFieldConfiguration, IExecutionContext executionContexts, IFieldMapReaders fieldMap, bool convertQueryDatesToUtc ) : Sitecore.ContentSearch
AzureIndexParameters ( IIndexValueFormatter valueFormatter, IFieldQueryTranslatorMap fieldQueryTranslators, FieldNameTranslator fieldNameTranslator, IExecutionContext executionContext ) : Sitecore.ContentSearch
AzureIndexParameters ( IIndexValueFormatter valueFormatter, IFieldQueryTranslatorMap fieldQueryTranslators, FieldNameTranslator fieldNameTranslator, IExecutionContext executionContexts, IFieldMapReaders fieldMap ) : Sitecore.ContentSearch
GetFieldConfiguration ( string fieldName ) : IAzureSearchFieldConfiguration

Method Details

AzureIndexParameters() public method

public AzureIndexParameters ( IIndexValueFormatter valueFormatter, IFieldQueryTranslatorMap fieldQueryTranslators, FieldNameTranslator fieldNameTranslator, IAzureSearchFieldConfiguration>.Func getFieldConfiguration, IExecutionContext executionContexts ) : Sitecore.ContentSearch
valueFormatter IIndexValueFormatter
fieldQueryTranslators IFieldQueryTranslatorMap
fieldNameTranslator FieldNameTranslator
getFieldConfiguration IAzureSearchFieldConfiguration>.Func
executionContexts IExecutionContext
return Sitecore.ContentSearch

AzureIndexParameters() public method

public AzureIndexParameters ( IIndexValueFormatter valueFormatter, IFieldQueryTranslatorMap fieldQueryTranslators, FieldNameTranslator fieldNameTranslator, IAzureSearchFieldConfiguration>.Func getFieldConfiguration, IExecutionContext executionContexts, IFieldMapReaders fieldMap ) : Sitecore.ContentSearch
valueFormatter IIndexValueFormatter
fieldQueryTranslators IFieldQueryTranslatorMap
fieldNameTranslator FieldNameTranslator
getFieldConfiguration IAzureSearchFieldConfiguration>.Func
executionContexts IExecutionContext
fieldMap IFieldMapReaders
return Sitecore.ContentSearch

AzureIndexParameters() public method

public AzureIndexParameters ( IIndexValueFormatter valueFormatter, IFieldQueryTranslatorMap fieldQueryTranslators, FieldNameTranslator fieldNameTranslator, IAzureSearchFieldConfiguration>.Func getFieldConfiguration, IExecutionContext executionContexts, IFieldMapReaders fieldMap, bool convertQueryDatesToUtc ) : Sitecore.ContentSearch
valueFormatter IIndexValueFormatter
fieldQueryTranslators IFieldQueryTranslatorMap
fieldNameTranslator FieldNameTranslator
getFieldConfiguration IAzureSearchFieldConfiguration>.Func
executionContexts IExecutionContext
fieldMap IFieldMapReaders
convertQueryDatesToUtc bool
return Sitecore.ContentSearch

AzureIndexParameters() public method

public AzureIndexParameters ( IIndexValueFormatter valueFormatter, IFieldQueryTranslatorMap fieldQueryTranslators, FieldNameTranslator fieldNameTranslator, IExecutionContext executionContext ) : Sitecore.ContentSearch
valueFormatter IIndexValueFormatter
fieldQueryTranslators IFieldQueryTranslatorMap
fieldNameTranslator FieldNameTranslator
executionContext IExecutionContext
return Sitecore.ContentSearch

AzureIndexParameters() public method

public AzureIndexParameters ( IIndexValueFormatter valueFormatter, IFieldQueryTranslatorMap fieldQueryTranslators, FieldNameTranslator fieldNameTranslator, IExecutionContext executionContexts, IFieldMapReaders fieldMap ) : Sitecore.ContentSearch
valueFormatter IIndexValueFormatter
fieldQueryTranslators IFieldQueryTranslatorMap
fieldNameTranslator FieldNameTranslator
executionContexts IExecutionContext
fieldMap IFieldMapReaders
return Sitecore.ContentSearch

GetFieldConfiguration() public method

public GetFieldConfiguration ( string fieldName ) : IAzureSearchFieldConfiguration
fieldName string
return IAzureSearchFieldConfiguration