Psns.Common.Search.Lucene 2018.9.6.3

dotnet add package Psns.Common.Search.Lucene --version 2018.9.6.3
                    
NuGet\Install-Package Psns.Common.Search.Lucene -Version 2018.9.6.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="2018.9.6.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Psns.Common.Search.Lucene" Version="2018.9.6.3" />
                    
Directory.Packages.props
<PackageReference Include="Psns.Common.Search.Lucene" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Psns.Common.Search.Lucene --version 2018.9.6.3
                    
#r "nuget: Psns.Common.Search.Lucene, 2018.9.6.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.
#:package Psns.Common.Search.Lucene@2018.9.6.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Psns.Common.Search.Lucene&version=2018.9.6.3
                    
Install as a Cake Addin
#tool nuget:?package=Psns.Common.Search.Lucene&version=2018.9.6.3
                    
Install as a Cake Tool

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 1,150 9/6/2018
2018.9.6.2 974 9/6/2018
2018.9.6.1 951 9/6/2018
2018.5.18.1 1,241 5/18/2018
2018.5.14.1 1,299 5/14/2018
2017.7.24.2 1,162 7/24/2017
2017.7.24.1 1,125 7/24/2017
2017.7.18.1 1,151 7/18/2017
2017.4.27.1 1,167 4/27/2017
2017.4.12.1 1,133 4/12/2017
2017.4.7.1 1,212 4/7/2017
2017.2.21.1 1,189 2/21/2017
2017.1.30.3 1,165 1/30/2017
2017.1.30.1 1,175 1/30/2017
2017.1.23.1 1,155 1/23/2017
2017.1.20.3 1,113 1/20/2017
2017.1.20.2 1,152 1/20/2017
2017.1.20.1 1,162 1/20/2017
2017.1.10.1 1,167 1/10/2017
2017.1.9.1 1,179 1/9/2017
2017.1.6.1 1,167 1/6/2017
2016.12.15.1 1,221 12/15/2016
2016.12.12.7 1,199 12/12/2016

## 2.0.0.3
     ### Bugfix
     * Fixed bad depenancy listed in the nuspec file
     
     ## 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