{"id":49337463,"url":"https://github.com/yask123/es_fields","last_synced_at":"2026-04-27T01:31:32.731Z","repository":{"id":56844887,"uuid":"137694489","full_name":"yask123/es_fields","owner":"yask123","description":"Idiomatic way to generate elastic search field mappings.","archived":false,"fork":false,"pushed_at":"2018-06-18T03:44:28.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-27T23:34:38.185Z","etag":null,"topics":["dsl","elasticsearch","rails","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/yask123.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-17T23:36:47.000Z","updated_at":"2023-09-03T23:09:40.000Z","dependencies_parsed_at":"2022-09-09T21:11:02.659Z","dependency_job_id":null,"html_url":"https://github.com/yask123/es_fields","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/yask123/es_fields","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yask123%2Fes_fields","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yask123%2Fes_fields/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yask123%2Fes_fields/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yask123%2Fes_fields/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yask123","download_url":"https://codeload.github.com/yask123/es_fields/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yask123%2Fes_fields/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32319559,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"ssl_error","status_checked_at":"2026-04-26T23:26:25.802Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dsl","elasticsearch","rails","ruby"],"created_at":"2026-04-27T01:31:32.046Z","updated_at":"2026-04-27T01:31:32.725Z","avatar_url":"https://github.com/yask123.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EsFields\nProvides an idiomatic way to generate elastic search field mappings.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'es_fields'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install es_fields\n\n## Usage\n\n```ruby\n  mapping do\n    field :name, :string, options: [:full_text_search]\n    field :age, :long\n    field :email, :string, options: [:filtering]\n  end\n```\nThis will return a Hash which can be used with ElasticSearch API to add fields to an existing index.\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/yask123/es_fields.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyask123%2Fes_fields","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyask123%2Fes_fields","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyask123%2Fes_fields/lists"}