Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Represents a federated location.
The Location type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
Location(String, SearchServiceApplicationProxy) | Initializes a new instance of the Location class based on the specified location name for the specified search application proxy. |
![]() |
Location(String, SearchServiceApplicationProxy, ILocationRuntime) | Initializes a new instance of the Location class based on the specified location for the specified search application proxy. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AllowMissingProperties | Gets or sets a Boolean value specifying whether the location should return search results if some properties are missing. |
![]() |
BeExactIfLess | Gets or sets the minimum number of results that must be returned after security trimming. |
![]() |
Credentials | Gets or sets the user credentials to pass to the federated location. |
![]() |
CurrentUserProfile | Gets or sets the user profile to use for the search query. |
![]() |
DefaultOperator | Gets or sets the default operator. |
![]() |
EnableNicknames | Gets or sets a Boolean value that specifies whether the exact terms in the search query are used to find matches, or if nicknames are used as well. |
![]() |
EnablePhonetic | Gets or sets a Boolean value that specifies whether the phonetic forms of the query terms are used to find matches. |
![]() |
EnableStemming | Gets or sets a Boolean value specifying whether stemming is enabled. |
![]() |
Exception | Gets the exception returned from the federated location. |
![]() |
HitHighLightProperties | Gets the list of hit-highlighted properties. |
![]() |
IgnoreAllNoiseQuery | Gets or sets a Boolean value that specifies whether the search query should execute if the query text contains only noise words. |
![]() |
ItemsPerPage | Gets or sets the number of search results to display per page. |
![]() |
MappedQueryTemplateUrl | Gets or sets the URL for the federated location and the search query to execute. |
![]() |
MoreResultsLink | Gets or sets the URL for the More Results link. |
![]() |
QueryInfo | Get the query log data for a single clickthrough for the search query. |
![]() |
QueryModification | Gets or sets the modified query. |
![]() |
RankingModelID | Specifies the identifier (ID) of the ranking model to use for the query. |
![]() |
RefinementFilters | Gets or sets the set of refinement filters used when issuing a refinement query. |
![]() |
RequestedLanguage | Gets or sets the language for the query. |
![]() |
RequestedProperties | Gets or sets the list of properties that should be included in the search results. |
![]() |
Result | Gets the search result set for the federated location. |
![]() |
ReturnedResults | Gets the number of search results returned for the query. |
![]() |
SpellingSuggestion | Gets or sets an alternate spelling for a search term that is not recognized. |
![]() |
StartItem | Gets or sets the number of the first item returned in the search results. |
![]() |
SupplementaryQueries | Gets or sets additional terms to append to the search query. |
![]() |
Timeout | Gets for set the query timeout value for the federated location. |
![]() |
TimeZone | Gets or sets the time zone for the search query. |
![]() |
TotalResults | Gets the total number of search results returned from the federated location for the query. |
![]() |
TotalResultsIncludingDuplicates | Gets the total number of search results returned for the query, including duplicate results. |
![]() |
TrimDuplicates | Gets or sets a Boolean value that specifies whether duplicate items should be removed from the search results. |
![]() |
TrimExtraProperties | Gets or sets a Boolean value that if the search results contain additional properties not specified in the RequestedProperties property, whether the additional properties should be returned or not. |
![]() |
UserQuery | Gets or sets the query to send to the federated location. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Close | Releases the resources for the federated location. |
![]() |
Dispose | Releases the resources for the federated location. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetResults | Retrieves the search results from the federated location. |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SendAsyncRequest | Sends the search query request asynchronously to the federated location |
![]() |
SendRequest | Sends a search query request synchronously to the federated location. |
![]() |
ToString | (Inherited from Object.) |
![]() |
Wait | Specifies that the query manager should wait for the results from an asynchronous query request until the specified timeout. |
Top