Psns.Common.Search.Lucene 2018.9.6.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Psns.Common.Search.Lucene --version 2018.9.6.1
NuGet\Install-Package Psns.Common.Search.Lucene -Version 2018.9.6.1
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="2018.9.6.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Psns.Common.Search.Lucene --version 2018.9.6.1
#r "nuget: Psns.Common.Search.Lucene, 2018.9.6.1"
#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=2018.9.6.1

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

A functional library interface to Lucene.Net

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 is compatible.  net452 is compatible.  net46 is compatible.  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 970 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

## 2.0.0.2
     ### Features
     * Updated dependancies

     ## 2.0.0.1
     ### Features
     * Updating dependencies

     ## 2.0.0.0
     ### Features
     * Updated to latest Psns.Common.SystemExtensions

     ## 1.1.1.4
     ### Features
     * Updated methods to handle multiple parts per task to be indexed, to handle cases such as task subrecords (table valued attributes)

     ## 1.1.1.3
     ### Features
     * Expose more methods to LuceneIndexWriter

     ## 1.1.1.2
     ### Features
     * Expose addIndexesNoOptimize on LuceneIndexWriter

     ## 1.1.1.1
     ### Features
     * Adding constructors to allow other types of Lucene Directories
     * Remove call to Optimize after index rebuild

     ## 1.1.1.0
     ### Features
     * Adding function overloads that require an Analyzer

     ## 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