Skip to content

Releases: rokeller/Lucene.Net.ObjectMapping

v1.1.3-beta

21 Nov 11:11
7e417d1

Choose a tag to compare

What's Changed

Full Changelog: v1.1.2-beta...v1.1.3-beta

v1.1.2-beta

04 May 09:27
d7f5cba

Choose a tag to compare

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

16 May 08:57
3581189

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0-rc1...v1.1.1-beta

v1.1.0-rc1

05 Sep 16:14

Choose a tag to compare

v1.1.0-rc1 Pre-release
Pre-release

Add support to omit storing the source object in the index.

v1.1.0-alpha

02 May 12:25

Choose a tag to compare

v1.1.0-alpha Pre-release
Pre-release

Add basic LINQ support.

v1.0.3

08 Feb 12:27

Choose a tag to compare

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

08 Feb 12:31

Choose a tag to compare

As published to https://www.nuget.org/packages/Lucene.Net.ObjectMapping/1.0.2

  • Store double and Decimal values as Double fields.
  • Some bug fixes.

v1.0.1

08 Feb 12:33

Choose a tag to compare

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

13 Jan 20:20

Choose a tag to compare