{"id":19902209,"url":"https://github.com/bndynet/ftsi","last_synced_at":"2025-03-01T07:16:39.380Z","repository":{"id":57737002,"uuid":"125209958","full_name":"bndynet/ftsi","owner":"bndynet","description":"Full Text Search Interface based on Apache Lucene","archived":false,"fork":false,"pushed_at":"2018-11-18T03:10:16.000Z","size":121,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-11T21:17:02.685Z","etag":null,"topics":["full-text-search","lucene"],"latest_commit_sha":null,"homepage":"","language":"Java","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/bndynet.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}},"created_at":"2018-03-14T12:36:26.000Z","updated_at":"2018-11-26T04:49:32.000Z","dependencies_parsed_at":"2022-08-24T14:57:21.192Z","dependency_job_id":null,"html_url":"https://github.com/bndynet/ftsi","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bndynet%2Fftsi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bndynet%2Fftsi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bndynet%2Fftsi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bndynet%2Fftsi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bndynet","download_url":"https://codeload.github.com/bndynet/ftsi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241329419,"owners_count":19944985,"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":["full-text-search","lucene"],"created_at":"2024-11-12T20:17:24.504Z","updated_at":"2025-03-01T07:16:39.359Z","avatar_url":"https://github.com/bndynet.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Full Text Search Interface\n\nThis is an interface based on Apache Lucene for easy to code and easy to search.\n\n## How to Use\n\n```java\npublic class Entity {\n    @Indexable(isKey = true)\n    private String id;\n    private String title;\n    private String Content;\n    \n    // getters and setters\n    // ...\n}\n\nEntity entity = new Entity();\nentity.setId(\"\u003cid\u003e\");\nentity.setTitle(\"Hello World\");\nentity.setContent(\"This is the content.\");\n\nIndexService indexService = new IndexService(\"\u003cpath for index persistence\u003e\");\nindexService.createIndex(entityInstance);\nindexService.deleteIndex(Entity.class, \"\u003cid\u003e\");\nSearchResult\u003cEntity\u003e matched = indexService.search(\"world\", Entity.class, 1, 10);\n```\n\nExample Project: https://github.com/bndynet/web-framework-for-java\n\n## Maven\n\nMore versions, please visit http://mvnrepository.com/artifact/net.bndy\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003enet.bndy\u003c/groupId\u003e\n    \u003cartifactId\u003eftsi\u003c/artifactId\u003e\n    \u003cversion\u003e1.0\u003c/version\u003e\n\u003c/dependency\u003e\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbndynet%2Fftsi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbndynet%2Fftsi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbndynet%2Fftsi/lists"}