Releases: rokeller/Lucene.Net.ObjectMapping
Releases · rokeller/Lucene.Net.ObjectMapping
v1.1.3-beta
What's Changed
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #15
- Bump actions/setup-dotnet from 4 to 5 by @dependabot[bot] in #16
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #17
- Add support for net10 by @rokeller in #18
Full Changelog: v1.1.2-beta...v1.1.3-beta
v1.1.2-beta
What's Changed
- Update type references in package README by @rokeller in #10
- Remove the tools/ directory, since it's no longer needed by @rokeller in #11
- Add example using a fictional school directory from Breaking Bad by @rokeller in #12
- Move tests to test/ directory by @rokeller in #13
- (chore) Drop support for .Net 6.0 by @rokeller in #14
Full Changelog: v1.1.1-beta...v1.1.2-beta
v1.1.1-beta
v1.1.0-rc1
Add support to omit storing the source object in the index.
v1.1.0-alpha
Add basic LINQ support.
v1.0.3
As published to https://www.nuget.org/packages/Lucene.Net.ObjectMapping/1.0.3
Added new extension methods on IndexWriter:
myIndexWriter.Add(myObject);
// and
myIndexWriter.Update(myObject, new TermQuery(new Term("Id", myObject.Id.ToString())));Also, some bug fixes.
v1.0.2
As published to https://www.nuget.org/packages/Lucene.Net.ObjectMapping/1.0.2
- Store
doubleandDecimalvalues as Double fields. - Some bug fixes.
v1.0.1
As published to https://www.nuget.org/packages/Lucene.Net.ObjectMapping/1.0.1
- Add Searcher Extensions for Search with Collectors
- Some bug fixes
v1.0.0
Initial Release, as published to https://www.nuget.org/packages/Lucene.Net.ObjectMapping/1.0.0