Skip to content

Releases: Shazwazza/Examine

v2.0.1

20 Oct 21:26
Compare
Choose a tag to compare

See milestone for details: https://github.com/Shazwazza/Examine/milestone/34?closed=1

> dotnet add package Examine --version 2.0.1

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

20 Sep 20:09
Compare
Choose a tag to compare

Examine 2.0.0 is the .NET Standard (2.0) compatible version running on Lucene.Net 4.8

The major changes are how indexes are created and modified. The 2.0 way is all done during composition and modifications happen using the IOptions pattern. The search and indexing APIs haven't changed very much.

There's new 2.0 documentation published too: https://shazwazza.github.io/Examine/

Some of the issues/tasks for this milestone can be found here: https://github.com/Shazwazza/Examine/milestone/32?closed=1

 > dotnet add package Examine --version 2.0.0

v1.2.2

23 Aug 17:08
Compare
Choose a tag to compare

See milestone for full details: https://github.com/Shazwazza/Examine/milestone/33?closed=1

Install via Nuget:

Install-Package Examine -Version 1.2.2

v1.2.1

26 May 20:06
Compare
Choose a tag to compare

See milestone for full details: https://github.com/Shazwazza/Examine/milestone/31?closed=1

Install via Nuget:

Install-Package Examine -Version 1.2.1

v1.2.0

17 Mar 07:25
Compare
Choose a tag to compare

2 enhancements & 1 bug fix addressing stability and performance.

See milestone for full details: https://github.com/Shazwazza/Examine/milestone/29?closed=1

Notable new features

  • New SkipTake methods for better performance when paging which saves allocations for any skipped results, see #184

NOTE: :These new features (among other things) need documentation. If you have any time to assist with documentation, the docs site is here and the code for it is in this repository.

Thanks to the community members: @nzdev development and testing help.

Install via Nuget:

Install-Package Examine -Version 1.2.0

v0.2.0

17 Mar 07:52
Compare
Choose a tag to compare

2 enhancements & 1 bug fixes addressing both stability and performance.

See milestone for full details: https://github.com/Shazwazza/Examine/milestone/26?closed=1

Notable new features

  • New SelectFields methods for ensuring only the selected fields are returned in search results which saves allocations, see #173

NOTE: :These new features (among other things) need documentation. If you have any time to assist with documentation, the docs site is here and the code for it is in this repository.

Thanks to the community members: @nzdev for development and testing help.

Install via Nuget:

Install-Package Examine -Version 0.2.0

v1.1.0

16 Feb 04:47
Compare
Choose a tag to compare

Quite a big release, 4 enhancements & 5 bug fixes addressing both stability and performance.

See milestone for full details: https://github.com/Shazwazza/Examine/milestone/25?closed=1

Notable new features

  • New SelectFields methods for ensuring only the selected fields are returned in search results which saves allocations, see #178

NOTE: :These new features (among other things) need documentation. If you have any time to assist with documentation, the docs site is here and the code for it is in this repository.

Thanks to the community members: @nzdev, @callumbwhyte, @timeverts and @deekoulos for development and testing help.

Install via Nuget:

Install-Package Examine -Version 1.1.0

v1.0.6

30 Nov 03:25
Compare
Choose a tag to compare

Issue fixed that may prevent unhandled exceptions occurring, see milestone for details:

https://github.com/Shazwazza/Examine/milestone/27

Install via Nuget:

Install-Package Examine -Version 1.0.6

v0.1.92

30 Nov 03:14
Compare
Choose a tag to compare

Issue fixed that may prevent unhandled exceptions occurring, see milestone for details:

https://github.com/Shazwazza/Examine/milestone/27

Install via Nuget:

Install-Package Examine -Version 0.1.92

v1.0.5

04 Sep 02:54
Compare
Choose a tag to compare

Couple of issues fixed, see milestone for full details: https://github.com/Shazwazza/Examine/milestone/24?closed=1

Install via Nuget:

Install-Package Examine -Version 1.0.5