Partager via


Membres KeywordQuery (Microsoft.Office.Server.Search.Query)

Represents a search query using the Enterprise Search keyword syntax.

Les tableaux suivants contiennent la liste des membres exposés par le type KeywordQuery .

Constructeurs publics

  Nom Description
Méthode publique KeywordQuery Surchargé. Initializes a new instance of the KeywordQuery class.

Haut de page

Propriétés publiques

  Nom Description
Propriété publique Application  Gets the application name for the query request.(hérité de Query)
Propriété publique AuthenticationType  Gets or sets the authentication type for the query.(hérité de Query)
Propriété publique Culture  Gets or sets the locale for the query.(hérité de Query)
Propriété publique EnableStemming  Gets or sets a Boolean value that specifies whether stemming is enabled. (hérité de Query)
Propriété publique EnableUrlSmashing Gets or sets a Boolean value that specifies whether "URL smashing" (creating a URL by combining the query terms) is enabled.
Propriété publique HiddenConstraints Gets or sets the keyword query’s hidden constraints.
Propriété publique HighlightedSentenceCount  Gets or sets the number of sentences to include in the hit-highlighted summary.(hérité de Query)
Propriété publique Hint  Gets or sets the suggested query processor behavior for the query.(hérité de Query)
Propriété publique IgnoreAllNoiseQuery  Gets or sets a Boolean value that specifies whether the search query should execute if the query text contains only noise words.(hérité de Query)
Propriété publique KeywordInclusion  Gets or sets a value that specifies whether the query returns results that contain all or any of the specified search terms. (hérité de Query)
Propriété publique PagingCookie  Gets or sets a client-side state cookie that tracks the number of query results filtered out by security trimming.(hérité de Query)
Propriété publique QueryText  Gets or sets the text for the search query.(hérité de Query)
Propriété publique ResultTypes  Gets or sets a value that specifies the search result type.(hérité de Query)
Propriété publique RowLimit  Gets or sets the maximum number of rows returned in the search results.(hérité de Query)
Propriété publique SelectProperties Gets a list of the properties to return in the search results.
Propriété publique ServerContext  Gets a ServerContext object that provides run-time methods for shared services in Microsoft Office SharePoint Server 2007.(hérité de Query)
Propriété publique Sid  Gets or sets the query’s security identifier (SID).(hérité de Query)
Propriété publique Site  Gets the collection of Web sites associated with the query.(hérité de Query)
Propriété publique SiteContext  Gets or sets the site URL for the search query.(hérité de Query)
Propriété publique SortList Gets the list of properties by which the search results are ordered.
Propriété publique StartRow  Gets or sets first row included in the search results. (hérité de Query)
Propriété publique Timeout  Gets or sets the amount of time, in milliseconds, before the query request times out. (hérité de Query)
Propriété publique TotalRowsExactMinimum  Used by Microsoft.Office.Server.Search.WebControls.SearchPagingWebPart to determine the minimum value required for rendering page links.(hérité de Query)
Propriété publique TrimDuplicates  Gets or sets a Boolean value that specifies whether duplicate items should be removed from the search results. (hérité de Query)
Propriété publique UrlZone  Gets the originating URL zone for the query request.(hérité de Query)

Haut de page

Méthodes publiques

(voir aussi Méthodes protégées )

  Nom Description
Méthode publique Dispose  (hérité de Query)
Méthode publique Equals  Surchargé. (hérité de Object)
Méthode publique Execute Substitué. Executes the keyword syntax search query.
Méthode publique GetHashCode  (hérité de Object)
Méthode publique GetProperties  Returns information about managed properties.(hérité de Query)
Méthode publique GetResults  (hérité de Query)
Méthode publique GetScopes  Returns information about search scopes.(hérité de Query)
Méthode publique GetType  (hérité de Object)
Méthode publique Statique ReferenceEquals  (hérité de Object)
Méthode publique ToString  (hérité de Object)

Haut de page

Méthodes protégées

  Nom Description
Méthode protégée _GetInterfaces  (hérité de Query)
Méthode protégée Finalize  (hérité de Object)
Méthode protégée FinishConstruction  (hérité de Query)
Méthode protégée GetSearchApp  Gets the search context for the Shared Service Provider's search service.(hérité de Query)
Méthode protégée MemberwiseClone  (hérité de Object)
Méthode protégée ThrowIfProductExpired  (hérité de Query)
Méthode protégée ThrowIfUnSupportedTopologyForMSSExpress  (hérité de Query)

Haut de page

Voir aussi

Référence

KeywordQuery, classe
Microsoft.Office.Server.Search.Query, espace de noms

Autres ressources

Référence de syntaxe de mots-clés Recherche de contenu d'entreprise
Vue d'ensemble du modèle objet de requête de la recherche de contenu d'entreprise
Procédure pas à pas : création d'un composant WebPart de recherche de contenu d'entreprise personnalisé