SearchSpanDefinitionBuilder<TDocument> Class |
Namespace: MongoDB.Driver.Search
The SearchSpanDefinitionBuilder<TDocument> type exposes the following members.
Name | Description | |
---|---|---|
![]() | SearchSpanDefinitionBuilder<TDocument> | Initializes a new instance of the SearchSpanDefinitionBuilder<TDocument> 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(SearchSpanDefinition<TDocument>[]) |
Creates a span clause that matches any of its subclauses.
|
![]() | Or(IEnumerable<SearchSpanDefinition<TDocument>>) |
Creates a span clause that matches any of its subclauses.
|
![]() | Subtract |
Creates a span clause that excludes certain strings from the search results.
|
![]() | Term(SearchPathDefinition<TDocument>, SearchQueryDefinition) |
Creates a span clause that matches a single term.
|
![]() | Term<TField>(Expression<Func<TDocument, 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.) |