Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

mikegoatly/lifti-codeplex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For those who may be interested, there is a complete reimagining/rewrite of this project being worked on at https://github.com/mikegoatly/lifti

LIFTI

A Lightweight Full Text Indexer for .NET.

Migrated from the original codeplex project, this version targets netstandard 1.4, so is usable pretty much anywhere. The only breaking changes are around how persisted indexes are constructed and that distributed transactions are no longer supported in this core library, but everything is is backwards compatible for now.

Intro

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.

About

A Lightweight Full Text Indexer for .NET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages