SearchExecutor class

Executa consultas um servidor de pesquisa.

Essa classe foi introduzida no SharePoint 2013 para executar a pesquisa recursos específicos, como consultas de pesquisa, no back-end.

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.Search.Query.SearchExecutor

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaração
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SearchExecutor
'Uso
Dim instance As SearchExecutor
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SearchExecutor

Comentários

Use esta classe em vez de Execute().

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

SearchExecutor members

Microsoft.Office.Server.Search.Query namespace

Outros recursos

Using the SharePoint 2013 search Query APIs