Psns.Common.Search.Lucene 2017.1.30.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Psns.Common.Search.Lucene --version 2017.1.30.3
NuGet\Install-Package Psns.Common.Search.Lucene -Version 2017.1.30.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Psns.Common.Search.Lucene" Version="2017.1.30.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Psns.Common.Search.Lucene --version 2017.1.30.3
#r "nuget: Psns.Common.Search.Lucene, 2017.1.30.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Psns.Common.Search.Lucene as a Cake Addin
#addin nuget:?package=Psns.Common.Search.Lucene&version=2017.1.30.3

// Install Psns.Common.Search.Lucene as a Cake Tool
#tool nuget:?package=Psns.Common.Search.Lucene&version=2017.1.30.3

A functional library interface to Lucene.Net

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2018.9.6.3 966 9/6/2018
2018.9.6.2 833 9/6/2018
2018.9.6.1 807 9/6/2018
2018.5.18.1 961 5/18/2018
2018.5.14.1 1,009 5/14/2018
2017.7.24.2 952 7/24/2017
2017.7.24.1 913 7/24/2017
2017.7.18.1 947 7/18/2017
2017.4.27.1 957 4/27/2017
2017.4.12.1 917 4/12/2017
2017.4.7.1 1,005 4/7/2017
2017.2.21.1 981 2/21/2017
2017.1.30.3 954 1/30/2017
2017.1.30.1 965 1/30/2017
2017.1.23.1 958 1/23/2017
2017.1.20.3 903 1/20/2017
2017.1.20.2 946 1/20/2017
2017.1.20.1 950 1/20/2017
2017.1.10.1 957 1/10/2017
2017.1.9.1 965 1/9/2017
2017.1.6.1 960 1/6/2017
2016.12.15.1 1,011 12/15/2016
2016.12.12.7 981 12/12/2016

## 1.1.0.7
     ### Features
     * Updated to latest logging package

     ## 1.1.0.6
     ### Features
     * Add optimizeAsync function

     ## 1.1.0.5
     ### Features
     * Provide chunk count to callback function

     ## 1.1.0.4
     ### Features
     * Delete all documents and commit before index is rebuilt

     ## 1.1.0.3
     ### Features
     * Add callback function to call when a chunk has been indexed during rebuild

     ## 1.1.0.2
     ### Features
     * Corrected signature of pre-composed rebuildSearchIndexWithLuceneIndexWriterAsync function

     ## 1.1.0.1
     ### Features
     * Corrected signature of index function

     ## 1.1.0.0
     ### Features
     * Adding function to rebuild search index

     ## 1.0.0.1
     ### Features
     * Removing unnecessary call to commit because this is called on dispose
     * Provide methods required to rebuild index

     ## 1.0.0.0
     ### Features
     * Initial release