A lightweight full text indexer for .NET
Key features:
- π Indexing loose text
- πΌ Indexing object properties
- π Powerful query language
- π Thesaurus
- ποΈ Compact binary serialized format
π Read the documentation - there's lots of useful information and examples there, along with some getting started guides and recipes.
π§βπ» Check out some sample code - the repo contains examples that can be run as a console application.
π€ΉββοΈ Use LIFTI in a Blazor app - try out various queries against Wikipedia content
If you find LIFTI useful, why not buy me a coffee to power the development work?
It would be great to have more people contributing to LIFTI - how can you help?
- Create issues for bugs you find - level 1
- Create feature suggestions - level 2
- Create pull requests for documentation changes - level 3
- Create pull requests for bug fixes or features - boss level
- Install hugo-extended, e.g. by using
winget install Hugo.Hugo.Extended
on Windows. - Fork the LIFTI repo and clone your fork locally
- Initialize the docsy theme git submodule using
git submodule update --recursive --init
- Edit the documentation
- Test the site locally by running
hugo server
from thedocs
folder - Create a pull request for your changes