SearchPathDefinitionBuilderTDocument Class |
Namespace: MongoDB.Driver.Search
The SearchPathDefinitionBuilderTDocument type exposes the following members.
| Name | Description | |
|---|---|---|
| SearchPathDefinitionBuilderTDocument | Initializes a new instance of the SearchPathDefinitionBuilderTDocument class |
| Name | Description | |
|---|---|---|
| Analyzer(FieldDefinitionTDocument, String) |
Creates a search path that searches using the specified analyzer.
| |
| AnalyzerTField(ExpressionFuncTDocument, TField, String) |
Creates a search path that searches using the specified analyzer.
| |
| 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.) | |
| Multi(FieldDefinitionTDocument) |
Creates a search path for multiple fields.
| |
| Multi(IEnumerableFieldDefinitionTDocument) |
Creates a search path for multiple fields.
| |
| MultiTField(ExpressionFuncTDocument, TField) |
Creates a search path for multiple fields.
| |
| Single(FieldDefinitionTDocument) |
Creates a search path for a single field.
| |
| SingleTField(ExpressionFuncTDocument, TField) |
Creates a search path for a single field.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Wildcard |
Creates a search path that uses special characters in the field name
that can match any character.
|
| 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.) |