A .NET Core port of Oliver Nightingale's lunr.js library, a lightweight full-text indexing library that is "a bit like Solr, but much smaller and not as bright." Icon adapted from https://commons.wikimedia.org/wiki/File:Internal_Structure_of_the_Moon.JPG by Iqbal Mahmud under Creative Commons Attribution Share Alike 4.0 International.
Info
Version: | 2.3.10 |
Author(s): | Bertrand Le Roy |
Last Update: | Friday, December 3, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/bleroy/lunr-core |
NuGet Url: | https://www.nuget.org/packages/LunrCore |
Install
Install-Package LunrCore
dotnet add package LunrCore
paket add LunrCore
LunrCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Bcl.AsyncInterfaces(>= 1.1.1)
- System.Text.Json(>= 4.7.2)