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

Latest commit

 

History

History
10 lines (7 loc) · 769 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 769 Bytes
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.