LIFTI 1.1.6-beta

.NET Framework 3.5
Suggested Alternatives

Lifti.Core 2.0.0

This is a prerelease version of LIFTI.
dotnet add package LIFTI --version 1.1.6-beta
NuGet\Install-Package LIFTI -Version 1.1.6-beta
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LIFTI" Version="1.1.6-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LIFTI --version 1.1.6-beta
#r "nuget: LIFTI, 1.1.6-beta"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

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.