Compartir a través de


: Query.IgnoreAllNoiseQuery (Propiedad) (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.

Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)

Sintaxis

'Declaración
Public Property IgnoreAllNoiseQuery As Boolean
'Uso
Dim instance As Query
Dim value As Boolean

value = instance.IgnoreAllNoiseQuery

instance.IgnoreAllNoiseQuery = value
public bool IgnoreAllNoiseQuery { get; set; }

Valor de propiedad

true if search queries containing only noise words are executed; otherwise, false.

Comentarios

The default value is true.

Vea también

Referencia

Query (Clase)
Query (Miembros)
Microsoft.Office.Server.Search.Query (Espacio de nombres)