LIFTI 1.1.6-beta

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
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 2,336 4/5/2014
1.1.5-beta 2,229 6/24/2013
1.1.2-beta 2,076 5/11/2013
1.1.1-beta 2,027 5/11/2013
1.1.0-beta 2,047 3/6/2013
1.0.0 3,969 7/1/2011
0.6.1 2,619 6/27/2011
0.6.0 2,669 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.