Psns.Common.Search.Lucene
2017.1.30.1
See the version list below for details.
dotnet add package Psns.Common.Search.Lucene --version 2017.1.30.1
NuGet\Install-Package Psns.Common.Search.Lucene -Version 2017.1.30.1
<PackageReference Include="Psns.Common.Search.Lucene" Version="2017.1.30.1" />
paket add Psns.Common.Search.Lucene --version 2017.1.30.1
#r "nuget: Psns.Common.Search.Lucene, 2017.1.30.1"
// Install Psns.Common.Search.Lucene as a Cake Addin #addin nuget:?package=Psns.Common.Search.Lucene&version=2017.1.30.1 // Install Psns.Common.Search.Lucene as a Cake Tool #tool nuget:?package=Psns.Common.Search.Lucene&version=2017.1.30.1
A functional library interface to Lucene.Net
Product | Versions 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. |
-
- LanguageExt.Core (>= 1.9.7)
- Lucene.Net (>= 3.0.3)
- Psns.Common.SystemExtensions (>= 1.0.0.1)
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 |
## 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