Click or drag to resize

SearchOptionsTDocument Class

Options for search.
Inheritance Hierarchy
SystemObject
  MongoDB.Driver.SearchSearchOptionsTDocument

Namespace:  MongoDB.Driver.Search
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax
public sealed class SearchOptions<TDocument>

Type Parameters

TDocument
The type of the document.

The SearchOptionsTDocument type exposes the following members.

Constructors
  NameDescription
Public methodSearchOptionsTDocument
Initializes a new instance of the SearchOptionsTDocument class
Top
Properties
  NameDescription
Public propertyCountOptions
Gets or sets the options for counting the search results.
Public propertyHighlight
Gets or sets the options for highlighting.
Public propertyIndexName
Gets or sets the index name.
Public propertyReturnStoredSource
Gets or sets a flag that specifies whether to perform a full document lookup on the backend database or return only stored source fields directly from Atlas Search.
Public propertyScoreDetails
Gets or sets a flag that specifies whether to return a detailed breakdown of the score for each document in the result.
Public propertySort
Gets or sets the sort specification.
Public propertyTracking
Gets or sets the options for tracking search terms.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(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
Extension Methods
  NameDescription
Public Extension MethodToBson
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.)
Public Extension MethodToBsonDocument
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.)
Public Extension MethodToJson
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.)
Top
See Also