Method | Description | |
---|---|---|
AzureSearchFieldConfiguration ( ) : Microsoft.Azure.Search.Models | ||
AzureSearchFieldConfiguration ( string name, string fieldID, string fieldTypeName, string>.IDictionary |
||
AzureSearchFieldConfiguration ( string storageType, string indexType, string vectorType, float boost ) : Microsoft.Azure.Search.Models | ||
GetBool ( string boolVal, bool defaultValue = false ) : bool | ||
GetType ( string type ) : Microsoft.Azure.Search.Models.DataType | ||
ParseBoost ( string value ) : float | ||
SetBool ( bool prop, string boolVal ) : void | ||
SetEmptyStringPlaceholderValue ( string value ) : void | ||
SetNullPlaceholderValue ( string value ) : void | ||
SetType ( string type ) : void | ||
SetValues ( ) : void |
public AzureSearchFieldConfiguration ( ) : Microsoft.Azure.Search.Models | ||
return | Microsoft.Azure.Search.Models |
public AzureSearchFieldConfiguration ( string name, string fieldID, string fieldTypeName, string>.IDictionary |
||
name | string | |
fieldID | string | |
fieldTypeName | string | |
attributes | string>.IDictionary | |
configNode | ||
return | Microsoft.Azure.Search.Models |
public AzureSearchFieldConfiguration ( string storageType, string indexType, string vectorType, float boost ) : Microsoft.Azure.Search.Models | ||
storageType | string | |
indexType | string | |
vectorType | string | |
boost | float | |
return | Microsoft.Azure.Search.Models |
public GetBool ( string boolVal, bool defaultValue = false ) : bool | ||
boolVal | string | |
defaultValue | bool | |
return | bool |
public GetType ( string type ) : Microsoft.Azure.Search.Models.DataType | ||
type | string | |
return | Microsoft.Azure.Search.Models.DataType |
public SetBool ( bool prop, string boolVal ) : void | ||
prop | bool | |
boolVal | string | |
return | void |
public SetEmptyStringPlaceholderValue ( string value ) : void | ||
value | string | |
return | void |
public SetNullPlaceholderValue ( string value ) : void | ||
value | string | |
return | void |