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 Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. 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. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Windows Store | netcore was computed. netcore45 is compatible. netcore451 was computed. |
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 | 2,460 | 4/5/2014 | |
1.1.5-beta | 2,347 | 6/24/2013 | |
1.1.2-beta | 2,190 | 5/11/2013 | |
1.1.1-beta | 2,138 | 5/11/2013 | |
1.1.0-beta | 2,156 | 3/6/2013 | |
1.0.0 | 4,094 | 7/1/2011 | |
0.6.1 | 2,732 | 6/27/2011 | |
0.6.0 | 2,797 | 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.