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

Afficher le fichier Open project: aqueduct/Aqueduct.SitecoreLib Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public SearchField ( ) : System
Résultat System

SearchField() public méthode

public SearchField ( string storageType, string indexType, string vectorType, string boost ) : System
storageType string
indexType string
vectorType string
boost string
Résultat System

SetBoost() public méthode

public SetBoost ( string boost ) : void
boost string
Résultat void

SetIndexType() public méthode

public SetIndexType ( string indexType ) : void
indexType string
Résultat void

SetStorageType() public méthode

public SetStorageType ( string storageType ) : void
storageType string
Résultat void

SetVectorType() public méthode

public SetVectorType ( string vectorType ) : void
vectorType string
Résultat void