Expand Minimize
0 out of 1 rated this helpful - Rate this topic

Microsoft.SharePoint.Search.Query namespace

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.

  ClassDescription
Public classAllNoiseQueryException Obsolete. Represents the exception that is thrown when a search query's terms are all noise words.
Public classClientStringCollection
Public classHighlightedString Obsolete. Represents the hit-highlighted summary.
Public classInactiveSourceQueriedException
Public classInternalQueryErrorException
Public classInvalidPropertyException Obsolete. Represents the exception that is thrown when the search query contains a property that is not valid.
Public classKeywordInformation Obsolete. Contains information about a keyword.
Public classKeywordQuery Obsolete. Represents a search query that uses the Keyword syntax.
Public classKeywordQueryProperties Obsolete. Represents the properties for a search query using the Keyword syntax.
Public classKeywordQueryPropertiesType_Client
Public classKnownTableTypesRepresents some special known values for the TableType property.
Public classPropertyBagServes 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>.
Public classPropertyBag<T>
Public classPropertyConstraint Obsolete. Represents a property constraint and a set of constraining values.
Public classPropertyConstraintCollection Obsolete. Represents a collection of PropertyConstraint objects.
Public classPropertyInformation Obsolete. Provides information about a managed property.
Public classQuery 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.
Public classQueryContainsOnlyExcludedTermsException Obsolete. Represents the exception that is thrown when the search query contains only excluded terms.
Public classQueryEmptyException
Public classQueryMalformedException Obsolete. Represents the exception that is thrown when a search query is not formed correctly.
Public classQueryProperties Obsolete. Represents the properties for a search query.
Public classQueryPropertyOutOfRangeException
Public classQueryPropertyValue
Public classQueryThrottledException
Public classQueryTransformInvalidPropertyException Exception thrown when query transformation fails due to setting invalid query property values
Public classQueryUtility
Public classRankingModelNotFoundException Obsolete.
Public classRemoteSharepointException
Public classRemoteSharepointException.RemoteSharePointExceptionInfo
Public classReorderingRule
Public classReorderingRuleCollectionRepresents the reordering rule collection.
Public classResultTable Obsolete. Provides a means of reading query search results through the IDataReader interface. Each row of the IDataReader represents one search result.
Public classResultTableCollection Obsolete. Represents a collection of ResultTable objects.
Public classScopeNotFoundException Obsolete. Represents the exception that is thrown when the scope name specified for a search query does not exist.
Public classSearchExecutorExecutes queries against a search server.
Public classSearchQueryException Obsolete. Provides the base class for Search query exceptions.
Public classSearchServiceNotFoundException Obsolete. Represents the exception that is thrown when the search service is unavailable.
Public classSort Obsolete. Defines how the search results are sorted.
Public classSortCollection Obsolete. Represents a collection of Sort structures.
Public classTooComplexQueryException
  StructureDescription
Public structureResultDefinition Obsolete. Provides the information about a keyword definition in the search results.
  InterfaceDescription
Public interfaceIPropertyCollectionRepresents 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.
Public interfaceIReadOnlyPropertyCollectionRepresents 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.
  EnumerationDescription
Public enumerationCollapsingStatusDefines whether duplicate results are collapsed for Search queries results.
Public enumerationKeywordInclusionDefines the keyword inclusion values.
Public enumerationQueryAuthenticationTypeDefines the query authentication types supported in Search.
Public enumerationQueryHintRepresents possible values for Hint.
Public enumerationQueryPropertyValueType
Public enumerationRemoteSharepointException.RemoteSharePointExceptionType
Public enumerationReorderingRuleMatchType
Public enumerationResultType Obsolete. Defines the result types for Search results.
Public enumerationSortDirectionDefines the sort direction values for ordering search results.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.