SearchFacetBuilderTDocument Class |
Namespace: MongoDB.Driver.Search
The SearchFacetBuilderTDocument type exposes the following members.
Name | Description | |
---|---|---|
SearchFacetBuilderTDocument | Initializes a new instance of the SearchFacetBuilderTDocument class |
Name | Description | |
---|---|---|
Date(String, SearchPathDefinitionTDocument, DateTime) |
Creates a facet that narrows down search result based on a date.
| |
Date(String, SearchPathDefinitionTDocument, IEnumerableDateTime, String) |
Creates a facet that narrows down search result based on a date.
| |
DateTField(String, ExpressionFuncTDocument, TField, DateTime) |
Creates a facet that narrows down search result based on a date.
| |
DateTField(String, ExpressionFuncTDocument, TField, IEnumerableDateTime, 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, SearchPathDefinitionTDocument, BsonValue) |
Creates a facet that determines the frequency of numeric values by breaking the search
results into separate ranges of numbers.
| |
Number(String, SearchPathDefinitionTDocument, IEnumerableBsonValue, String) |
Creates a facet that determines the frequency of numeric values by breaking the search
results into separate ranges of numbers.
| |
NumberTField(String, ExpressionFuncTDocument, TField, BsonValue) |
Creates a facet that determines the frequency of numeric values by breaking the search
results into separate ranges of numbers.
| |
NumberTField(String, ExpressionFuncTDocument, TField, IEnumerableBsonValue, String) |
Creates a facet that determines the frequency of numeric values by breaking the search
results into separate ranges of numbers.
| |
String(String, SearchPathDefinitionTDocument, NullableInt32) |
Creates a facet that narrows down Atlas Search results based on the most frequent
string values in the specified string field.
| |
StringTField(String, ExpressionFuncTDocument, TField, NullableInt32) |
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.) |