Inheritance Hierarchy
Ankiro.SearchServer.Data.Search PreviewSearchParameters
Namespace: Ankiro.SearchServer.Data.Search
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax
The PreviewSearchParameters type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PreviewSearchParameters | Initializes a new instance of the PreviewSearchParameters class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | FailOnError |
If true, a FaultException is emitted if an error occurs during search. Otherwise an empty search result is returned. Default behavior: Fail on error.
|
![]() | ReturnLegacySearchResult |
If true, a legacy XML result will be attached to the SearchResult instance returned by the Search.
|
![]() | SearchProfileId |
Id of the search profile to use when searching.
|
![]() | SearchString |
Specifies the primary search string to search for. The SearchString parameter is accessed in search profile definitions through the
'search-string' parameter.
|
See Also