{"id":20573533,"url":"https://github.com/lightweight-component/aj-zincsearch-sdk","last_synced_at":"2025-06-15T12:33:58.171Z","repository":{"id":244156940,"uuid":"814432871","full_name":"lightweight-component/aj-zincsearch-sdk","owner":"lightweight-component","description":"A ZincSearch Java Client","archived":false,"fork":false,"pushed_at":"2024-06-25T04:04:54.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T21:25:06.392Z","etag":null,"topics":["zincsearch"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lightweight-component.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":"2024-06-13T02:28:10.000Z","updated_at":"2024-06-25T04:04:57.000Z","dependencies_parsed_at":"2024-06-25T04:48:46.066Z","dependency_job_id":null,"html_url":"https://github.com/lightweight-component/aj-zincsearch-sdk","commit_stats":null,"previous_names":["lightweight-component/aj-zincsearch-sdk"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightweight-component%2Faj-zincsearch-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightweight-component%2Faj-zincsearch-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightweight-component%2Faj-zincsearch-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightweight-component%2Faj-zincsearch-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lightweight-component","download_url":"https://codeload.github.com/lightweight-component/aj-zincsearch-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242189618,"owners_count":20086601,"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":["zincsearch"],"created_at":"2024-11-16T05:28:01.738Z","updated_at":"2025-03-06T10:25:30.762Z","avatar_url":"https://github.com/lightweight-component.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Maven Central](https://img.shields.io/maven-central/v/com.ajaxjs/aj-zincsearch-sdk?label=Latest%20Release)](https://central.sonatype.com/artifact/com.ajaxjs/aj-zincsearch-sdk)\n[![Javadoc](https://img.shields.io/badge/javadoc-1.0-brightgreen.svg?)](https://dev.ajaxjs.com/docs/javadoc/aj-zincsearch-sdk/)\n[![License](https://img.shields.io/badge/license-Apache--2.0-green.svg?longCache=true\u0026style=flat)](http://www.apache.org/licenses/LICENSE-2.0.txt)\n[![Email](https://img.shields.io/badge/Contact--me-Email-orange.svg)](mailto:frank@ajaxjs.com)\n[![QQ群](https://framework.ajaxjs.com/static/qq.svg)](https://shang.qq.com/wpa/qunwpa?idkey=3877893a4ed3a5f0be01e809e7ac120e346102bd550deb6692239bb42de38e22)\n\n\n#  ZincSearch Java 客户端\n\nTutorial: https://blog.csdn.net/zhangxin09/article/details/129337698.\n\nJava Documents: https://dev.ajaxjs.com/docs/javadoc/aj-zincsearch-sdk/.\n\n## Install\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.ajaxjs\u003c/groupId\u003e\n    \u003cartifactId\u003eaj-zincsearch-sdk\u003c/artifactId\u003e\n    \u003cversion\u003e1.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n## Usage\n\nFTP upload:\n\n```java\nDocumentService docService = new DocumentService();\ndocService.setApi(\"http://localhost:4080\");\ndocService.setUser(\"admin\");\ndocService.setPassword(\"Complexpass#123\");\n\nMap\u003cString, Object\u003e doc = ObjectHelper.hashMap(\"title\", \"AIGC带你看来自“天涯海角”的新种子\");\ndoc.put(\"content\", \"央视新闻《开局之年“hui”蓝图》系列微视频，用AI视角，带您看两会。\\r\\n\" + \"\\r\\n\"\n+ \"目前，中国的水果产量稳居世界第一，国人的“果盘子”琳琅满目，瓜果飘香。而作为全球第一的肉类生产和消费大国，近十多年来，全国居民牛羊肉消费量也持续提升。未来的水果产业和牛羊养殖业什么样？让我们跟随AIGC，感受从田间走到舌尖的“新科技”。\");\n\nZincResponse resp = docService.create(target, doc);\nassertNotNull(resp);\n\nresp = docService.create(target, doc, 2l);\nassertNotNull(resp);\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightweight-component%2Faj-zincsearch-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flightweight-component%2Faj-zincsearch-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightweight-component%2Faj-zincsearch-sdk/lists"}