Table of Contents

Class SearchDefinitionExtensions

Namespace
MongoDB.Driver.Search
Assembly
MongoDB.Driver.dll

Extension methods for SearchDefinition.

public static class SearchDefinitionExtensions
Inheritance
SearchDefinitionExtensions
Inherited Members

Methods

UseConfiguredSerializers<TDocument>(SearchDefinition<TDocument>, bool)

Determines whether to use the configured serializers for the specified SearchDefinition<TDocument>. When set to true (the default value), the configured serializers will be used to serialize the values of certain Atlas Search operators, such as "Equals", "In" and "Range". If set to false, then a default conversion will be used.