{"id":15390466,"url":"https://github.com/roylee0704/ivq","last_synced_at":"2025-11-07T17:30:28.374Z","repository":{"id":92302670,"uuid":"57288788","full_name":"roylee0704/ivq","owner":"roylee0704","description":"ivq, an inverted-index(term) query engine.","archived":false,"fork":false,"pushed_at":"2016-04-29T06:47:56.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-27T23:09:18.126Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/roylee0704.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-04-28T09:32:04.000Z","updated_at":"2017-03-25T07:25:28.000Z","dependencies_parsed_at":"2023-03-13T17:29:45.938Z","dependency_job_id":null,"html_url":"https://github.com/roylee0704/ivq","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"274f46e5ec9d7f11fb2dda0c30faba18e3d242bc"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roylee0704%2Fivq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roylee0704%2Fivq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roylee0704%2Fivq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roylee0704%2Fivq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roylee0704","download_url":"https://codeload.github.com/roylee0704/ivq/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239533064,"owners_count":19654617,"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":[],"created_at":"2024-10-01T15:06:07.872Z","updated_at":"2025-11-07T17:30:28.315Z","avatar_url":"https://github.com/roylee0704.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ivq\nivq, an inverted-index(term) query engine.\n\n\n### Possible Queries:\n\n1. **Term Query**: matches a precise term.\n2. **Wildcard Query**: portions of term left unspecified, e.g: c*t = cat, cot, cant\n3. **Prefix Query**: end of term left unspecified, e.g: ca* = cat, camp, cad\n4. **Fuzzy Query**: matches an imprecise term.\n    - Accommodate typo or spellings.\n    - Generally more costly to perform\n5. **Phrase Query**: matches multiple terms in sequence/proximity (need term position)\n    - Occurred in certain order. (phrases)\n    - Within proximity with each other. (proximity)\n6. **Range Query**: matches an alphabetical or numerical range of terms\n7. **Boolean Query**: logically composite other queries.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froylee0704%2Fivq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froylee0704%2Fivq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froylee0704%2Fivq/lists"}