Query.EnableStemming, propriété (Microsoft.Office.Server.Search.Query)
Gets or sets a Boolean value that specifies whether stemming is enabled.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Property EnableStemming As Boolean
'Utilisation
Dim instance As Query
Dim value As Boolean
value = instance.EnableStemming
instance.EnableStemming = value
public bool EnableStemming { get; set; }
Valeur de la propriété
true if the stemming is enabled; otherwise, false.
Remarques
When using the FullTextSqlQuery class, this property only applies to search terms specified in the FREETEXT, prédicat dans la syntaxe SQL de la recherche de contenu d'entreprise.
The default value is false.
Voir aussi
Référence
Query, classe
Membres Query
Microsoft.Office.Server.Search.Query, espace de noms