C# Class Jarstan.ContentSearch.AzureProvider.AzureSearchFieldConfiguration

Inheritance: AbstractSearchFieldConfiguration
Exibir arquivo Open project: jscott1277/SitecoreAzureSearchProvider Class Usage Examples

Public Methods

Method Description
AzureSearchFieldConfiguration ( ) : Microsoft.Azure.Search.Models
AzureSearchFieldConfiguration ( string name, string fieldID, string fieldTypeName, string>.IDictionary attributes, XmlNode configNode ) : Microsoft.Azure.Search.Models
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

Method Details

AzureSearchFieldConfiguration() public method

public AzureSearchFieldConfiguration ( ) : Microsoft.Azure.Search.Models
return Microsoft.Azure.Search.Models

AzureSearchFieldConfiguration() public method

public AzureSearchFieldConfiguration ( string name, string fieldID, string fieldTypeName, string>.IDictionary attributes, XmlNode configNode ) : Microsoft.Azure.Search.Models
name string
fieldID string
fieldTypeName string
attributes string>.IDictionary
configNode System.Xml.XmlNode
return Microsoft.Azure.Search.Models

AzureSearchFieldConfiguration() public method

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

GetBool() public method

public GetBool ( string boolVal, bool defaultValue = false ) : bool
boolVal string
defaultValue bool
return bool

GetType() public method

public GetType ( string type ) : Microsoft.Azure.Search.Models.DataType
type string
return Microsoft.Azure.Search.Models.DataType

ParseBoost() public method

public ParseBoost ( string value ) : float
value string
return float

SetBool() public method

public SetBool ( bool prop, string boolVal ) : void
prop bool
boolVal string
return void

SetEmptyStringPlaceholderValue() public method

public SetEmptyStringPlaceholderValue ( string value ) : void
value string
return void

SetNullPlaceholderValue() public method

public SetNullPlaceholderValue ( string value ) : void
value string
return void

SetType() public method

public SetType ( string type ) : void
type string
return void

SetValues() public method

public SetValues ( ) : void
return void