You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using Examine v4.0.0-beta-1 on a number of Umbraco 13 sites for facetting.
With the latest release they bumped the Lucene.Net.Replicator version due to a security issue in the previous one. Along with the security issue they also apparently have a breaking change which makes searching throw errors.
I don't think it's quite that simple, I had a quick look and it's a bit more involved than simply bumping the package version. There are a few locations that use the now removed SnapshotDirectoryTaxonomyWriter:
Thanks @jemayn, I suppose I just meant, we need to recompile (fix breaking changes) for v4beta with the latest Lucene beta, and then ship a new release :)
I'll try to take a look tomorrow.
Shazwazza
changed the title
Breaking change in Lucene.Net.Replicator 4.8.0-beta00017 included in Umbraco 13.6.0
Breaking change in Lucene 4.8.0-beta00017 requires new Build/Release of Examine v4 (beta)
Feb 5, 2025
Heya!
We are using Examine v4.0.0-beta-1 on a number of Umbraco 13 sites for facetting.
With the latest release they bumped the Lucene.Net.Replicator version due to a security issue in the previous one. Along with the security issue they also apparently have a breaking change which makes searching throw errors.
This is the PR to Umbraco with the version update: umbraco/Umbraco-CMS#17415
I think this is the issue with the change: apache/lucenenet#408
The text was updated successfully, but these errors were encountered: