.net core middleware to provide CRUD and search access for Lucene.Net.
Info
Version: | 0.5.0 |
Author(s): | M. Rybnikov |
Last Update: | Tuesday, July 24, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mihasic/LuceneSearch/ |
NuGet Url: | https://www.nuget.org/packages/LuceneSearch.NetCore |
Install
Install-Package LuceneSearch.NetCore
dotnet add package LuceneSearch.NetCore
paket add LuceneSearch.NetCore
LuceneSearch.NetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- LuceneSearch(>= 0.5.0)
- Microsoft.AspNetCore.Http(>= 2.1.1)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.1.1)
- Newtonsoft.Json(>= 11.0.2)