Microsoft.SharePoint.Search.Query namespace
SharePoint 2013
The Microsoft.SharePoint.Search.Query namespace provides an entry point into the Microsoft SharePoint Foundation 2010 Search Query object model. You can use the Query object model to build custom search Web Parts and search applications to execute queries against the Search service. You can find the Microsoft.SharePoint.Search.Query namespace in the Microsoft.SharePoint.Search.dll.
| Class | Description | |
|---|---|---|
|
AllNoiseQueryException | Obsolete. Represents the exception that is thrown when a search query's terms are all noise words. |
|
ClientStringCollection | |
|
HighlightedString | Obsolete. Represents the hit-highlighted summary. |
|
InactiveSourceQueriedException | |
|
InternalQueryErrorException | |
|
InvalidPropertyException | Obsolete. Represents the exception that is thrown when the search query contains a property that is not valid. |
|
KeywordInformation | Obsolete. Contains information about a keyword. |
|
KeywordQuery | Obsolete. Represents a search query that uses the Keyword syntax. |
|
KeywordQueryProperties | Obsolete. Represents the properties for a search query using the Keyword syntax. |
|
KeywordQueryPropertiesType_Client | |
|
KnownTableTypes | Represents some special known values for the TableType property. |
|
PropertyBag | Serves as the base class for generic versions of the PropertyBag class, which enables the scenario of having a parent class declaring its bag as PropertyBag, and the child class building it as PropertyBag<ChildClass>. |
|
PropertyBag<T> | |
|
PropertyConstraint | Obsolete. Represents a property constraint and a set of constraining values. |
|
PropertyConstraintCollection | Obsolete. Represents a collection of PropertyConstraint objects. |
|
PropertyInformation | Obsolete. Provides information about a managed property. |
|
Query | Obsolete. Provides the base class for executing search queries using the Search query object model. This class defines properties and methods that are shared by the FullTextSqlQuery and KeywordQuery classes. |
|
QueryContainsOnlyExcludedTermsException | Obsolete. Represents the exception that is thrown when the search query contains only excluded terms. |
|
QueryEmptyException | |
|
QueryMalformedException | Obsolete. Represents the exception that is thrown when a search query is not formed correctly. |
|
QueryProperties | Obsolete. Represents the properties for a search query. |
|
QueryPropertyOutOfRangeException | |
|
QueryPropertyValue | |
|
QueryThrottledException | |
|
QueryTransformInvalidPropertyException | Exception thrown when query transformation fails due to setting invalid query property values |
|
QueryUtility | |
|
RankingModelNotFoundException | Obsolete. |
|
RemoteSharepointException | |
|
RemoteSharepointException.RemoteSharePointExceptionInfo | |
|
ReorderingRule | |
|
ReorderingRuleCollection | Represents the reordering rule collection. |
|
ResultTable | Obsolete. Provides a means of reading query search results through the IDataReader interface. Each row of the IDataReader represents one search result. |
|
ResultTableCollection | Obsolete. Represents a collection of ResultTable objects. |
|
ScopeNotFoundException | Obsolete. Represents the exception that is thrown when the scope name specified for a search query does not exist. |
|
SearchExecutor | Executes queries against a search server. |
|
SearchQueryException | Obsolete. Provides the base class for Search query exceptions. |
|
SearchServiceNotFoundException | Obsolete. Represents the exception that is thrown when the search service is unavailable. |
|
Sort | Obsolete. Defines how the search results are sorted. |
|
SortCollection | Obsolete. Represents a collection of Sort structures. |
|
TooComplexQueryException |
| Structure | Description | |
|---|---|---|
|
ResultDefinition | Obsolete. Provides the information about a keyword definition in the search results. |
| Interface | Description | |
|---|---|---|
|
IPropertyCollection | Represents a set of properties in which each property is a key/value pair where the key is a string and the value is an object. |
|
IReadOnlyPropertyCollection | Represents a set of properties in which every property is a key/value pair where the key is a string and the value is an object. |
| Enumeration | Description | |
|---|---|---|
|
CollapsingStatus | Defines whether duplicate results are collapsed for Search queries results. |
|
KeywordInclusion | Defines the keyword inclusion values. |
|
QueryAuthenticationType | Defines the query authentication types supported in Search. |
|
QueryHint | Represents possible values for Hint. |
|
QueryPropertyValueType | |
|
RemoteSharepointException.RemoteSharePointExceptionType | |
|
ReorderingRuleMatchType | |
|
ResultType | Obsolete. Defines the result types for Search results. |
|
SortDirection | Defines the sort direction values for ordering search results. |
Show: