Query.IgnoreAllNoiseQuery, propriété (Microsoft.Office.Server.Search.Query)
Gets or sets a Boolean value that specifies whether the search query should execute if the query text contains only noise words.
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Property IgnoreAllNoiseQuery As Boolean
'Utilisation
Dim instance As Query
Dim value As Boolean
value = instance.IgnoreAllNoiseQuery
instance.IgnoreAllNoiseQuery = value
public bool IgnoreAllNoiseQuery { get; set; }
Valeur de la propriété
true if search queries containing only noise words are executed; otherwise, false.
Remarques
The default value is true.
Voir aussi
Référence
Query, classe
Membres Query
Microsoft.Office.Server.Search.Query, espace de noms