Skip to content

Releases: SenseNet/sn-search-lucene29

v7.5.1

08 Apr 06:58

Choose a tag to compare

What's Changed

  • The "target" parameter can be null in the Backup API. Default is configurable, main fallback: App_Data/IndexBackup.(#99)
  • Backup local index feature. (#99)
  • Use semantic versioning.
  • Start publishing prerelease packages

Full Changelog: v7.5.0...v7.5.1

SenseNet Search Lucene29 on .net8.0

11 Feb 00:23

Choose a tag to compare

What's Changed

Full Changelog: v7.4.14...v7.5.0

v7.4.14

04 Jan 04:46

Choose a tag to compare

What's Changed

  • Slice index document or index field if it is too big. by @kavics in #94

Full Changelog: v7.4.13...v7.4.14

v7.4.13

17 Jul 11:39

Choose a tag to compare

What's Changed

  • Upgrade sensenet dependencies.

Full Changelog: v7.4.12...v7.4.13

v7.4.12

16 Jul 14:56

Choose a tag to compare

What's Changed

Bug fixes

  • Fix: missing hits on the last page by @kavics in #90

Other Changes

  • Remove obsolete code that causes compilation errors. by @kavics in #88
  • Implement health info. by @kavics in #92

Full Changelog: v7.4.11...v7.4.12

SenseNet.Search.Lucene29 7.4.11

15 Mar 06:30

Choose a tag to compare

This is a minor release containing infrastructural fixes and documentation changes.

What's Changed

  • Write code doc for ChannelOptions property. by @kavics in #83
  • Avoid nullref exceptions and skip irrelevant activities. by @kavics in #84
  • Simplify startup log. by @tusmester in #85
  • Persist indexing info and load at search service start. by @kavics in #86
  • Add service documentation and switch on generating xml docs. by @tusmester in #87

Full Changelog: options-trace-improv...v7.4.11

Mark options classes and improve logging

17 Jan 19:04

Choose a tag to compare

This is mostly a technical release containing internal changes.

What's Changed

  • Mark options classes with the options attribute. by @tusmester in #81
  • Improve the "warning" message to make it more understandable and remove unnecessary stack trace. by @kavics in #82

Full Changelog: refresh-analyzers...options-trace-improv

Refresh analyzers

18 Oct 09:55

Choose a tag to compare

This is a minor release containing infrastructural fixes.

What's Changed

Bug fixes

  • Refresh analyzers in IndexWriter by @kavics in #80

Other Changes

  • Graylog settings placeholder for production container environments by @VargaJoe in #79

Full Changelog: source-link...refresh-analyzers

Add source link support

27 Mar 17:22

Choose a tag to compare

In this release we added source link support and upgraded to the latest sensenet packages.

Full Changelog: async-query-getindexdoc...source-link

Async queries and getting index documents

13 Jan 12:54

Choose a tag to compare

In this release we added a few fixes and infrastructural changes to support the latest sensenet packages.

Features and infrastructure

  • We added Regex capability to our Content Query Language that is based on Lucene.Net.
  • Index documents can be extracted using a new api. This will make bug hunting a lot easier.
  • Content queries can be executed asynchronously using a new API.
  • We use the new service registration API in our tests and internal tools.
  • We upgraded our projects to .Net 6.

Bug fixes