Compartir a través de


: Query (Miembros) (Microsoft.Office.Server.Search.Query)

The base class for executing search queries using the Enterprise Search query object model. Defines the properties and methods that are shared by the FullTextSqlQuery and KeywordQuery classes.

En las siguientes tablas se enumeran los miembros expuestos por el tipo Query .

Propiedades públicas

  Nombre Descripción
Propiedad pública Application Gets the application name for the query request.
Propiedad pública AuthenticationType Gets or sets the authentication type for the query.
Propiedad pública Culture Gets or sets the locale for the query.
Propiedad pública EnableStemming Gets or sets a Boolean value that specifies whether stemming is enabled.
Propiedad pública HighlightedSentenceCount Gets or sets the number of sentences to include in the hit-highlighted summary.
Propiedad pública Hint Gets or sets the suggested query processor behavior for the query.
Propiedad pública IgnoreAllNoiseQuery Gets or sets a Boolean value that specifies whether the search query should execute if the query text contains only noise words.
Propiedad pública KeywordInclusion Gets or sets a value that specifies whether the query returns results that contain all or any of the specified search terms.
Propiedad pública PagingCookie Gets or sets a client-side state cookie that tracks the number of query results filtered out by security trimming.
Propiedad pública QueryText Gets or sets the text for the search query.
Propiedad pública ResultTypes Gets or sets a value that specifies the search result type.
Propiedad pública RowLimit Gets or sets the maximum number of rows returned in the search results.
Propiedad pública ServerContext Gets a ServerContext object that provides run-time methods for shared services in Microsoft Office SharePoint Server 2007.
Propiedad pública Sid Gets or sets the query’s security identifier (SID).
Propiedad pública Site Gets the collection of Web sites associated with the query.
Propiedad pública SiteContext Gets or sets the site URL for the search query.
Propiedad pública StartRow Gets or sets first row included in the search results.
Propiedad pública Timeout Gets or sets the amount of time, in milliseconds, before the query request times out.
Propiedad pública TotalRowsExactMinimum Used by Microsoft.Office.Server.Search.WebControls.SearchPagingWebPart to determine the minimum value required for rendering page links.
Propiedad pública TrimDuplicates Gets or sets a Boolean value that specifies whether duplicate items should be removed from the search results.
Propiedad pública UrlZone Gets the originating URL zone for the query request.

Arriba

Métodos públicos

(vea también Métodos protegidos )

  Nombre Descripción
Método público Dispose  
Método público Equals  Sobrecargado. (heredado/a de Object)
Método público Execute Executes the search query.
Método público GetHashCode  (heredado/a de Object)
Método público GetProperties Returns information about managed properties.
Método público GetResults Este miembro está reservado para uso interno y no está destinado a ser utilizado desde el código.
Método público GetScopes Returns information about search scopes.
Método público GetType  (heredado/a de Object)
Método público Estático ReferenceEquals  (heredado/a de Object)
Método público ToString  (heredado/a de Object)

Arriba

Métodos protegidos

  Nombre Descripción
Método protegido _GetInterfaces  
Método protegido Finalize  (heredado/a de Object)
Método protegido FinishConstruction  
Método protegido GetSearchApp Gets the search context for the Shared Service Provider's search service.
Método protegido MemberwiseClone  (heredado/a de Object)
Método protegido ThrowIfProductExpired  
Método protegido ThrowIfUnSupportedTopologyForMSSExpress  

Arriba

Vea también

Referencia

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