C# Class Azure.ContentSearch.AzureProvider.AzureFieldBuilder

Datei anzeigen Open project: jscott1277/SitecoreAzureSearchProvider Class Usage Examples

Public Methods

Method Description
CreateField ( string name, object value, AzureSearchFieldConfiguration fieldConfiguration, IIndexFieldStorageValueFormatter indexFieldStorageValueFormatter ) : Microsoft.Azure.Search.Models.Field
IsFloatingPointField ( Type type ) : bool
IsNumericField ( Type type ) : bool

Method Details

CreateField() public static method

public static CreateField ( string name, object value, AzureSearchFieldConfiguration fieldConfiguration, IIndexFieldStorageValueFormatter indexFieldStorageValueFormatter ) : Microsoft.Azure.Search.Models.Field
name string
value object
fieldConfiguration AzureSearchFieldConfiguration
indexFieldStorageValueFormatter IIndexFieldStorageValueFormatter
return Microsoft.Azure.Search.Models.Field

IsFloatingPointField() public static method

public static IsFloatingPointField ( Type type ) : bool
type System.Type
return bool

IsNumericField() public static method

public static IsNumericField ( Type type ) : bool
type System.Type
return bool