SearchFacetBuilder<TDocument> Class |
Namespace: MongoDB.Driver.Search
The SearchFacetBuilder<TDocument> type exposes the following members.
Name | Description | |
---|---|---|
![]() | SearchFacetBuilder<TDocument> | Initializes a new instance of the SearchFacetBuilder<TDocument> class |
Name | Description | |
---|---|---|
![]() | Date(String, SearchPathDefinition<TDocument>,DateTime[]) |
Creates a facet that narrows down search result based on a date.
|
![]() | Date(String, SearchPathDefinition<TDocument>, IEnumerable<DateTime>, String) |
Creates a facet that narrows down search result based on a date.
|
![]() | Date<TField>(String, Expression<Func<TDocument, TField>>,DateTime[]) |
Creates a facet that narrows down search result based on a date.
|
![]() | Date<TField>(String, Expression<Func<TDocument, TField>>, IEnumerable<DateTime>, String) |
Creates a facet that narrows down search result based on a date.
|
![]() | 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.) |
![]() | Number(String, SearchPathDefinition<TDocument>,BsonValue[]) |
Creates a facet that determines the frequency of numeric values by breaking the search
results into separate ranges of numbers.
|
![]() | Number(String, SearchPathDefinition<TDocument>, IEnumerable<BsonValue>, String) |
Creates a facet that determines the frequency of numeric values by breaking the search
results into separate ranges of numbers.
|
![]() | Number<TField>(String, Expression<Func<TDocument, TField>>,BsonValue[]) |
Creates a facet that determines the frequency of numeric values by breaking the search
results into separate ranges of numbers.
|
![]() | Number<TField>(String, Expression<Func<TDocument, TField>>, IEnumerable<BsonValue>, String) |
Creates a facet that determines the frequency of numeric values by breaking the search
results into separate ranges of numbers.
|
![]() | String(String, SearchPathDefinition<TDocument>, Nullable<Int32>) |
Creates a facet that narrows down Atlas Search results based on the most frequent
string values in the specified string field.
|
![]() | String<TField>(String, Expression<Func<TDocument, TField>>, Nullable<Int32>) |
Creates a facet that narrows down Atlas Search result based on the most frequent
string values in the specified string field.
|
![]() | 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.) |