Psns.Common.Search.Lucene
2018.9.6.1
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
<PackageReference Include="Psns.Common.Search.Lucene" Version="2018.9.6.1" />
paket add Psns.Common.Search.Lucene --version 2018.9.6.1
#r "nuget: Psns.Common.Search.Lucene, 2018.9.6.1"
// 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 | Versions 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. |
-
- Lucene.Net (>= 3.0.3)
- Psns.Common.Functional (>= 2018.8.6.1)
- Psns.Common.SystemExtensions (>= 2018.8.8.6)
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,025 | 9/6/2018 |
2018.9.6.2 | 868 | 9/6/2018 |
2018.9.6.1 | 844 | 9/6/2018 |
2018.5.18.1 | 991 | 5/18/2018 |
2018.5.14.1 | 1,038 | 5/14/2018 |
2017.7.24.2 | 984 | 7/24/2017 |
2017.7.24.1 | 946 | 7/24/2017 |
2017.7.18.1 | 975 | 7/18/2017 |
2017.4.27.1 | 990 | 4/27/2017 |
2017.4.12.1 | 951 | 4/12/2017 |
2017.4.7.1 | 1,032 | 4/7/2017 |
2017.2.21.1 | 1,012 | 2/21/2017 |
2017.1.30.3 | 986 | 1/30/2017 |
2017.1.30.1 | 994 | 1/30/2017 |
2017.1.23.1 | 972 | 1/23/2017 |
2017.1.20.3 | 934 | 1/20/2017 |
2017.1.20.2 | 972 | 1/20/2017 |
2017.1.20.1 | 979 | 1/20/2017 |
2017.1.10.1 | 986 | 1/10/2017 |
2017.1.9.1 | 997 | 1/9/2017 |
2017.1.6.1 | 988 | 1/6/2017 |
2016.12.15.1 | 1,038 | 12/15/2016 |
2016.12.12.7 | 1,015 | 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