LIFTI 1.1.6-beta
dotnet add package LIFTI --version 1.1.6-beta
NuGet\Install-Package LIFTI -Version 1.1.6-beta
<PackageReference Include="LIFTI" Version="1.1.6-beta" />
paket add LIFTI --version 1.1.6-beta
#r "nuget: LIFTI, 1.1.6-beta"
// Install LIFTI as a Cake Addin
#addin nuget:?package=LIFTI&version=1.1.6-beta&prerelease
// Install LIFTI as a Cake Tool
#tool nuget:?package=LIFTI&version=1.1.6-beta&prerelease
LIFTI provides a simple API that allows you to build a searchable full text index. This can be useful for document retrieval or simply allowing .NET objects to be searched for by associated text.
Product | Versions |
---|---|
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
Universal Windows Platform | uap uap10.0 |
Windows Store | netcore netcore45 netcore451 |
This package has no dependencies.
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 | |
---|---|---|---|
1.1.6-beta | 1,342 | 4/5/2014 | |
1.1.5-beta | 1,213 | 6/24/2013 | |
1.1.2-beta | 1,066 | 5/11/2013 | |
1.1.1-beta | 1,069 | 5/11/2013 | |
1.1.0-beta | 1,073 | 3/6/2013 | |
1.0.0 | 2,839 | 7/1/2011 | |
0.6.1 | 1,517 | 6/27/2011 | |
0.6.0 | 1,597 | 6/27/2011 |
Added some extension methods that allow for enumerating and searching of indexed words (as opposed to items).
Breaking change on IWordSplitter - there is a new method defined called Normalize that is responsible for normalizing the words that the splitter outputs.
This is probably the last beta release before v1.1 is marked as stable.