C# Class Aqueduct.SitecoreLib.Search.Utilities.SearchField

Datei anzeigen Open project: aqueduct/Aqueduct.SitecoreLib Class Usage Examples

Public Methods

Method Description
SearchField ( ) : System
SearchField ( string storageType, string indexType, string vectorType, string boost ) : System
SetBoost ( string boost ) : void
SetIndexType ( string indexType ) : void
SetStorageType ( string storageType ) : void
SetVectorType ( string vectorType ) : void

Method Details

SearchField() public method

public SearchField ( ) : System
return System

SearchField() public method

public SearchField ( string storageType, string indexType, string vectorType, string boost ) : System
storageType string
indexType string
vectorType string
boost string
return System

SetBoost() public method

public SetBoost ( string boost ) : void
boost string
return void

SetIndexType() public method

public SetIndexType ( string indexType ) : void
indexType string
return void

SetStorageType() public method

public SetStorageType ( string storageType ) : void
storageType string
return void

SetVectorType() public method

public SetVectorType ( string vectorType ) : void
vectorType string
return void