Skip to content

v2.0.0

Compare
Choose a tag to compare
@Shazwazza Shazwazza released this 20 Sep 20:09
· 158 commits to dev since this release

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