Skip to content

Releases: Kentico/xperience-by-kentico-lucene

v10.0.0

29 Oct 14:26
7ce3cfe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.0.1...v10.0.0

v9.0.1

09 Oct 14:30
3e8ec7e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.0.0...v9.0.1

v9.0.0

04 Sep 12:39
ddf8ec0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.1.0...v9.0.0

v8.1.0

20 Aug 14:05
8f1dc3c
Compare
Choose a tag to compare

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

14 Aug 10:50
ca5bdd9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.2...v8.0.0

v7.0.2

12 Jul 06:49
18362c8
Compare
Choose a tag to compare

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

04 Jun 10:31
63c2bdc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.0...v7.0.1

v7.0.0

06 May 13:18
9f0385d
Compare
Choose a tag to compare

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

Full Changelog: v6.1.0...v7.0.0

v6.1.0

23 Apr 06:53
bb2a499
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Add support for Xperience by Kentico v29.0.0

Full Changelog: v6.0.0...v6.1.0

v6.0.0

22 Apr 09:49
3e6bd71
Compare
Choose a tag to compare

What's Changed

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