dotnet add OrchardCore.ElasticsearchCreates Elasticsearch indexes to support search scenarios, introduces a preconfigured container-enabled content type.
Features
Elasticsearch
Creates Elasticsearch indexes to support search scenarios, introduces a preconfigured container-enabled content type. Its manifest-backed feature ID is OrchardCore.Elasticsearch, and it is categorized as Search. It depends on OrchardCore.Queries.Core, OrchardCore.Indexing, and OrchardCore.ContentTypes, so Orchard Core enables those dependencies when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
Elasticsearch (Obsolete)
Obsolete legacy feature ID kept for backwards compatibility. Enables OrchardCore.Elasticsearch automatically. Its manifest-backed feature ID is OrchardCore.Search.Elasticsearch, and it is categorized as Search. It depends on OrchardCore.Elasticsearch, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
Elasticsearch Worker
Provides a background task to keep indices in sync with other instances. Its manifest-backed feature ID is OrchardCore.Search.Elasticsearch.Worker, and it is categorized as Search. It depends on OrchardCore.Search.Elasticsearch, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
Elasticsearch Content Picker
Provides a Elasticsearch content picker field editor. Its manifest-backed feature ID is OrchardCore.Search.Elasticsearch.ContentPicker, and it is categorized as Search. It depends on OrchardCore.Search.Elasticsearch, and OrchardCore.ContentFields, so Orchard Core enables those dependencies when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
- BSD-3-Clause