{"id":19101269,"url":"https://github.com/mikegoatly/lifti","last_synced_at":"2025-05-15T14:07:46.103Z","repository":{"id":35517044,"uuid":"199532064","full_name":"mikegoatly/lifti","owner":"mikegoatly","description":"A lightweight full text indexer for .NET","archived":false,"fork":false,"pushed_at":"2025-03-08T12:32:36.000Z","size":78116,"stargazers_count":189,"open_issues_count":13,"forks_count":9,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-05-09T21:49:53.584Z","etag":null,"topics":["dotnet-standard","full-text-search","object-indexing","text-indexing","text-search","trie","trie-tree"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mikegoatly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-29T22:00:05.000Z","updated_at":"2025-04-16T07:19:18.000Z","dependencies_parsed_at":"2023-01-15T22:45:23.649Z","dependency_job_id":"6f777c5a-5016-4fff-8784-fe2272016fc9","html_url":"https://github.com/mikegoatly/lifti","commit_stats":null,"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikegoatly%2Flifti","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikegoatly%2Flifti/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikegoatly%2Flifti/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikegoatly%2Flifti/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikegoatly","download_url":"https://codeload.github.com/mikegoatly/lifti/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254355335,"owners_count":22057354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dotnet-standard","full-text-search","object-indexing","text-indexing","text-search","trie","trie-tree"],"created_at":"2024-11-09T03:53:13.858Z","updated_at":"2025-05-15T14:07:43.743Z","avatar_url":"https://github.com/mikegoatly.png","language":"C#","funding_links":["https://www.buymeacoffee.com/mikegoatly"],"categories":["others"],"sub_categories":[],"readme":"[![Build Status](https://goatly.visualstudio.com/LIFTI/_apis/build/status/mikegoatly.lifti?branchName=master)](https://goatly.visualstudio.com/LIFTI/_build/latest?definitionId=14\u0026branchName=master)\r\n\r\n\u003cimg src=\"docs/static/images/lifti.svg\" width=\"40\" style=\"float:right\"\u003e\r\n\r\n# LIFTI\r\n\r\nA lightweight full text indexer for .NET\r\n\r\nKey features:\r\n\r\n* [📃 Indexing loose text](https://mikegoatly.github.io/lifti/docs/getting-started/)\r\n* [💼 Indexing object properties](https://mikegoatly.github.io/lifti/docs/getting-started/indexing-objects/)\r\n* [🔎 Powerful query language](https://mikegoatly.github.io/lifti/docs/searching/lifti-query-syntax/)\r\n* [📚 Thesaurus](https://mikegoatly.github.io/lifti/docs/index-construction/withdefaultthesaurus/)\r\n* [🗄️ Compact binary serialized format](https://mikegoatly.github.io/lifti/docs/serialization/)\r\n\r\n## Getting started\r\n\r\n[📖 Read the documentation](https://mikegoatly.github.io/lifti/docs) - there's lots of useful information and examples there, along \r\nwith some [getting started guides](https://mikegoatly.github.io/lifti/docs/getting-started/) and [recipes](https://mikegoatly.github.io/lifti/docs/recipes/).\r\n\r\n[🧑‍💻 Check out some sample code](https://github.com/mikegoatly/lifti/tree/master/samples/TestConsole) - the repo contains examples that can be run as a console application.\r\n\r\n[🤹‍♀️ Use LIFTI in a Blazor app](https://mikegoatly.github.io/lifti/blazor-sample) - try out various queries against Wikipedia content\r\n\r\n## Support\r\n\r\nIf you find LIFTI useful, why not buy me a coffee to power the development work?\r\n\r\n[![buymeacoffee](https://user-images.githubusercontent.com/4577868/176899270-00846262-8323-4f13-9c6a-d655a30cbca3.png)](https://www.buymeacoffee.com/mikegoatly)\r\n\r\n## Contribute\r\n\r\nIt would be great to have more people contributing to LIFTI - how can you help?\r\n\r\n* Create issues for bugs you find - **level 1**\r\n* Create feature suggestions - **level 2**\r\n* Create pull requests for documentation changes - **level 3**\r\n* Create pull requests for bug fixes or features - **boss level**\r\n\r\n### Documentation contributions\r\n\r\n1. Install [hugo-extended](https://gohugo.io/installation/), e.g. by using `winget install Hugo.Hugo.Extended` on Windows.\r\n1. Fork the LIFTI repo and clone your fork locally\r\n1. Initialize the docsy theme git submodule using `git submodule update --recursive --init`\r\n1. Edit the documentation\r\n1. Test the site locally by running `hugo server` from the `docs` folder\r\n1. Create a pull request for your changes\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikegoatly%2Flifti","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikegoatly%2Flifti","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikegoatly%2Flifti/lists"}