Releases: Kentico/xperience-by-kentico-lucene
Releases · Kentico/xperience-by-kentico-lucene
v10.0.0
What's Changed
- Remove all obsolete api references by @bkapustik in #78
- Overwrite old index files by @bkapustik in #79
Full Changelog: v9.0.1...v10.0.0
v9.0.1
What's Changed
- Update docs by @bkapustik in #76
- Rename integration by @bkapustik in #77
Full Changelog: v9.0.0...v9.0.1
v9.0.0
What's Changed
- Compare website channel name on publish event by @bkapustik in #71
- Index reusable content by @bkapustik in #69
Full Changelog: v8.1.0...v9.0.0
v8.1.0
What's Changed
- Upgrade to new version of Kentico, update web page unpublish events by @bkapustik in #67
Full Changelog: v8.0.0...v8.1.0
v8.0.0
What's Changed
- Web farm task support by @bkapustik in #61
- (Lucene.Core): add reindex on archive item by @bkapustik in #65
Full Changelog: v7.0.2...v8.0.0
v7.0.2
What's Changed
- Differ between languages when deleting documents for an upsert by @bkapustik in #59
Full Changelog: v7.0.1...v7.0.2
v7.0.1
What's Changed
- Upgrade version of actions steps by @michalJakubis in #55
- fix(lucene storage): incorrect usage of Path.Combine outside windows by @bkapustik in #57
Full Changelog: v7.0.0...v7.0.1
v7.0.0
Breaking Changes
- Reduced changes to CI repository when editing an index in the Xperience by Kentico Admin UI.
- Add mandatory Lucene Analyzer selection to Kentico.Xperience.Lucene API and Admin UI.
- Lucene Index Info model, that is the LuceneIndexItemInfo, and the corresponding database table have been extended to store the Lucene analyzer.
Enhancements
- Add tracking of the identifiers of the related objects in the LuceneIndexConfigurationComponent.
- Add new mandatory form component to Lucene Index configuration in Xperience by Kentico Admin UI.
- Add option to register additional Lucene analyzers as a Dependancy which will be selectable in the Xperience by Kentico Admin UI.
- Add property LuceneAnalyzer to LuceneIndex, which returns the Lucene analyzer selected in the Xperience by Kentico Admin UI. This property can be returned in a SearchService to execute search queries using the analyzer.
Fixes
- Fix the issue where editing configuration of an index created too much noise in the CI repository after editing or creating a Lucene index, because all related items were deleted.
What's Changed
- Feat/updating existing index configuration by @bkapustik in #52
- Feat/selectable analyzer by @bkapustik in #53
Full Changelog: v6.1.0...v7.0.0
v6.1.0
What's Changed
- Update to Xperience by Kentico v29.0.0 by @bkapustik in #51
Enhancements
- Add support for Xperience by Kentico v29.0.0
Full Changelog: v6.0.0...v6.1.0
v6.0.0
What's Changed
- Feat/split lucene to admin and core by @bkapustik in #46
Breaking Changes
- Split project into two parts. Keep old Kentico.Xperience.Lucene for backwards compatibility
- Released separate Kentico.Xperience.Lucene.Admin package
- Released separate Kentico.Xperience.Lucene.Core package
Full Changelog: v5.0.0...v6.0.0
Enhancements
- Split Lucene into two separate projects
- Add project and NuGet package support for Kentico.Xperience.Lucene.Admin
- Use Kentico.Xperience.Lucene.Admin for full Lucene experience with Xperience by Kentico administration UI
- Add project and NuGet package support for Kentico.Xperience.Lucene.Core
- Use Kentico.Xperience.Lucene.Core for usage with live site only
- Keep old version of the NuGet package for backwards compatibility