{"id":17930669,"url":"https://github.com/lovasoa/searchhititerator","last_synced_at":"2026-05-15T23:03:38.709Z","repository":{"id":66344274,"uuid":"102502785","full_name":"lovasoa/SearchHitIterator","owner":"lovasoa","description":"Java iterator for elasticsearch scrolls","archived":false,"fork":false,"pushed_at":"2017-09-06T11:53:15.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-08T23:42:40.707Z","etag":null,"topics":["elasticsearch","java"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lovasoa.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":"2017-09-05T16:06:56.000Z","updated_at":"2022-08-24T13:31:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"0df86636-7ca8-4bb4-9712-06061cf49235","html_url":"https://github.com/lovasoa/SearchHitIterator","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasoa%2FSearchHitIterator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasoa%2FSearchHitIterator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasoa%2FSearchHitIterator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovasoa%2FSearchHitIterator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lovasoa","download_url":"https://codeload.github.com/lovasoa/SearchHitIterator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246981161,"owners_count":20863828,"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":["elasticsearch","java"],"created_at":"2024-10-28T21:15:13.866Z","updated_at":"2026-05-15T23:03:33.674Z","avatar_url":"https://github.com/lovasoa.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SearchHitIterator\n\n[![](https://jitpack.io/v/lovasoa/SearchHitIterator.svg)](https://jitpack.io/#lovasoa/SearchHitIterator)\n\nJava iterator for elasticsearch scrolls. Allows to iterate over all the results of an elasticsearch query. This library uses elasticsearch scrolls internally, in order to provide an efficiant way to iterate over large search results.\n\n## Example\n\n```java\nSearchRequestBuilder builder = client.prepareSearch();\n\nfor (SearchHit hit : new SearchHitIterable(client, builder)) {\n    // use hit...\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flovasoa%2Fsearchhititerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flovasoa%2Fsearchhititerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flovasoa%2Fsearchhititerator/lists"}