SearchOptionsTDocument Class |
Namespace: MongoDB.Driver.Search
The SearchOptionsTDocument type exposes the following members.
Name | Description | |
---|---|---|
SearchOptionsTDocument | Initializes a new instance of the SearchOptionsTDocument class |
Name | Description | |
---|---|---|
CountOptions |
Gets or sets the options for counting the search results.
| |
Highlight |
Gets or sets the options for highlighting.
| |
IndexName |
Gets or sets the index name.
| |
ReturnStoredSource |
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.
| |
ScoreDetails |
Gets or sets a flag that specifies whether to return a detailed breakdown
of the score for each document in the result.
| |
Sort |
Gets or sets the sort specification.
| |
Tracking |
Gets or sets the options for tracking search terms.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (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.) |
Name | Description | |
---|---|---|
ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) | |
ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) | |
ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |