Releases: Shazwazza/Examine
v2.0.1
See milestone for details: https://github.com/Shazwazza/Examine/milestone/34?closed=1
> dotnet add package Examine --version 2.0.1
What's Changed
- Fix paging when Skip == 1 by @matthewcare in #255
New Contributors
- @matthewcare made their first contribution in #255
Full Changelog: v2.0.0...v2.0.1
v2.0.0
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
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
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
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
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
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
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
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
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