{"id":26562870,"url":"https://github.com/aelfproject/aelf-elastic-search-client","last_synced_at":"2026-05-04T09:31:35.511Z","repository":{"id":247369967,"uuid":"822996846","full_name":"AElfProject/aelf-elastic-search-client","owner":"AElfProject","description":"An aelf wrapper for the NEST elastic search package.","archived":false,"fork":false,"pushed_at":"2025-01-07T11:16:08.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-22T15:41:15.893Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/AElfProject.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-07-02T08:27:20.000Z","updated_at":"2025-01-07T10:36:42.000Z","dependencies_parsed_at":"2024-07-08T11:40:00.744Z","dependency_job_id":"3e1179ce-c387-47e9-bd4a-0b8274738520","html_url":"https://github.com/AElfProject/aelf-elastic-search-client","commit_stats":null,"previous_names":["aelfproject/aelf-elastic-search-client"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/AElfProject/aelf-elastic-search-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AElfProject%2Faelf-elastic-search-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AElfProject%2Faelf-elastic-search-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AElfProject%2Faelf-elastic-search-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AElfProject%2Faelf-elastic-search-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AElfProject","download_url":"https://codeload.github.com/AElfProject/aelf-elastic-search-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AElfProject%2Faelf-elastic-search-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275180241,"owners_count":25419074,"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","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-03-22T15:29:04.251Z","updated_at":"2026-05-04T09:31:30.484Z","avatar_url":"https://github.com/AElfProject.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aelf Elastic Search Client\n\nA C# module for Elastic Search.\n\n- [About The Project](#about-the-project)\n- [Getting Started](#getting-started)\n    - [Adding Package](#adding-package)\n    - [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## About The Project\n\nThis project is a C# module for Elastic Search. It provides a simple way to interact with Elastic Search from C# code for aelf related Elastic Search queries.\n\n## Getting Started\n\n### Adding Package\n\nRun the following command to install it in the current project:\n\n```sh\ndotnet add package AElf.Indexing.Elasticsearch\n```\n\n### Usage\n\n```csharp\nusing AElf.Indexing.Elasticsearch;\n\n[DependsOn(\n    typeof(AElfIndexingElasticsearchModule)\n)]\npublic class YourModule : AElfModule\n{\n    public override void ConfigureServices(ServiceConfigurationContext context)\n    {\n        Configure\u003cIndexCreateOption\u003e(x =\u003e { x.AddModule(typeof(YourModule)); });\n        //...\n    }\n}\n```\n\n## Contributing\n\nIf you encounter a bug or have a feature request, please use the [Issue Tracker](https://github.com/AElfProject/aelf-elastic-search-client/issues/new). The project is also open to contributions, so feel free to fork the project and open pull requests.\n\n## License\n\nDistributed under the Apache License. See [License](LICENSE) for more information.\nDistributed under the MIT License. See [License](LICENSE) for more information.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faelfproject%2Faelf-elastic-search-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faelfproject%2Faelf-elastic-search-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faelfproject%2Faelf-elastic-search-client/lists"}