dotnet add OrchardCore.LuceneCreates Lucene indexes to support search scenarios, introduces a preconfigured container-enabled content type.
Features
Lucene
Creates Lucene indexes to support search scenarios, introduces a preconfigured container-enabled content type. Its manifest-backed feature ID is OrchardCore.Lucene, 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.
Lucene (Obsolete)
Obsolete legacy feature ID kept for backwards compatibility. Enables OrchardCore.Lucene automatically. Its manifest-backed feature ID is OrchardCore.Search.Lucene, and it is categorized as Search. It depends on OrchardCore.Lucene, 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.
Lucene Worker
Provides a background task to keep local indices in sync with other instances. Its manifest-backed feature ID is OrchardCore.Search.Lucene.Worker, and it is categorized as Search. It depends on OrchardCore.Search.Lucene, 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.
Lucene Content Picker
Provides a Lucene content picker field editor. Its manifest-backed feature ID is OrchardCore.Search.Lucene.ContentPicker, and it is categorized as Search. It depends on OrchardCore.Search.Lucene, 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