C# Class Jarstan.ContentSearch.AzureProvider.AzureFieldBuilder

Afficher le fichier Open project: jscott1277/SitecoreAzureSearchProvider Class Usage Examples

Méthodes publiques

Méthode Description
BuildField ( string name, object val, IAzureProviderIndex index ) : Microsoft.Azure.Search.Models.Field
CreateField ( string name, object value, AzureSearchFieldConfiguration fieldConfiguration, IIndexFieldStorageValueFormatter indexFieldStorageValueFormatter ) : AzureField
IsBool ( string boolVal, bool defaultValue ) : bool
IsFloatingPointField ( Type type ) : bool
IsNumericField ( Type type ) : bool

Private Methods

Méthode Description
BuildField ( string name, AzureSearchFieldConfiguration fieldConfiguration ) : Microsoft.Azure.Search.Models.Field

Method Details

BuildField() public static méthode

public static BuildField ( string name, object val, IAzureProviderIndex index ) : Microsoft.Azure.Search.Models.Field
name string
val object
index IAzureProviderIndex
Résultat Microsoft.Azure.Search.Models.Field

CreateField() public static méthode

public static CreateField ( string name, object value, AzureSearchFieldConfiguration fieldConfiguration, IIndexFieldStorageValueFormatter indexFieldStorageValueFormatter ) : AzureField
name string
value object
fieldConfiguration AzureSearchFieldConfiguration
indexFieldStorageValueFormatter IIndexFieldStorageValueFormatter
Résultat AzureField

IsBool() public static méthode

public static IsBool ( string boolVal, bool defaultValue ) : bool
boolVal string
defaultValue bool
Résultat bool

IsFloatingPointField() public static méthode

public static IsFloatingPointField ( Type type ) : bool
type System.Type
Résultat bool

IsNumericField() public static méthode

public static IsNumericField ( Type type ) : bool
type System.Type
Résultat bool