SearchSpanDefinitionBuilderTDocument Class |
Namespace: MongoDB.Driver.Search
The SearchSpanDefinitionBuilderTDocument type exposes the following members.
| Name | Description | |
|---|---|---|
| SearchSpanDefinitionBuilderTDocument | Initializes a new instance of the SearchSpanDefinitionBuilderTDocument class |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| First |
Creates a span clause that matches near the beginning of the string.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Near |
Creates a span clause that matches multiple string found near each other.
| |
| Or(SearchSpanDefinitionTDocument) |
Creates a span clause that matches any of its subclauses.
| |
| Or(IEnumerableSearchSpanDefinitionTDocument) |
Creates a span clause that matches any of its subclauses.
| |
| Subtract |
Creates a span clause that excludes certain strings from the search results.
| |
| Term(SearchPathDefinitionTDocument, SearchQueryDefinition) |
Creates a span clause that matches a single term.
| |
| TermTField(ExpressionFuncTDocument, TField, SearchQueryDefinition) |
Creates a span clause that matches a single term.
| |
| 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.) |