Class EmbeddedArraySearchIndexDefinition
- Namespace
- MongoDB.EntityFrameworkCore.Metadata.Search.Definitions
- Assembly
- MongoDB.EntityFrameworkCore.dll
Defines a MongoDB search index part that contains field mappings for an array of embedded (nested) documents.
public class EmbeddedArraySearchIndexDefinition : EmbeddedSearchIndexDefinitionBase, ISearchIndexDefinition
- Inheritance
-
EmbeddedArraySearchIndexDefinition
- Implements
- Inherited Members
Remarks
This type is typically used by the database provider. It is only needed by applications when reading metadata from EF Core. Use HasSearchIndex(EntityTypeBuilder, string?) or one of its overloads to configure a MongoDB search index.
Properties
- EmbeddingType
Returns "embeddedDocuments" for an embedded (nested) array of documents.