LIFTI 1.1.5-beta
See the version list below for details.
Install-Package LIFTI -Version 1.1.5-beta
dotnet add package LIFTI --version 1.1.5-beta
<PackageReference Include="LIFTI" Version="1.1.5-beta" />
paket add LIFTI --version 1.1.5-beta
#r "nuget: LIFTI, 1.1.5-beta"
// Install LIFTI as a Cake Addin
#addin nuget:?package=LIFTI&version=1.1.5-beta&prerelease
// Install LIFTI as a Cake Tool
#tool nuget:?package=LIFTI&version=1.1.5-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 |
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,255 | 4/5/2014 | |
1.1.5-beta | 1,119 | 6/24/2013 | |
1.1.2-beta | 975 | 5/11/2013 | |
1.1.1-beta | 975 | 5/11/2013 | |
1.1.0-beta | 976 | 3/6/2013 | |
1.0.0 | 2,622 | 7/1/2011 | |
0.6.1 | 1,297 | 6/27/2011 | |
0.6.0 | 1,355 | 6/27/2011 |
PersistedFullTextIndexes are now vastly more performant than before when used in Windows 8 Store applications.
Added the ability to index an item against an IEnumerable<string> for situations where you need to index an item against more than one piece of text.