PreviewSearchParameters ClassAnkiro Enterprise Suite Reference Documentation
Inheritance Hierarchy

System Object
  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

public class PreviewSearchParameters

The PreviewSearchParameters type exposes the following members.

Constructors

  NameDescription
Public methodPreviewSearchParameters
Initializes a new instance of the PreviewSearchParameters class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyFailOnError
If true, a FaultException is emitted if an error occurs during search. Otherwise an empty search result is returned. Default behavior: Fail on error.
Public propertyReturnLegacySearchResult
If true, a legacy XML result will be attached to the SearchResult instance returned by the Search.
Public propertySearchProfileId
Id of the search profile to use when searching.
Public propertySearchString
Specifies the primary search string to search for. The SearchString parameter is accessed in search profile definitions through the 'search-string' parameter.
Top
See Also