{"id":13612070,"url":"https://github.com/omc/searchyll","last_synced_at":"2025-04-13T11:31:28.563Z","repository":{"id":56619412,"uuid":"56872460","full_name":"omc/searchyll","owner":"omc","description":null,"archived":false,"fork":false,"pushed_at":"2021-10-18T11:39:42.000Z","size":78,"stargazers_count":49,"open_issues_count":12,"forks_count":15,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-21T02:36:02.808Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/omc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-22T17:12:23.000Z","updated_at":"2025-01-31T14:51:08.000Z","dependencies_parsed_at":"2022-08-15T22:01:06.554Z","dependency_job_id":null,"html_url":"https://github.com/omc/searchyll","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omc%2Fsearchyll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omc%2Fsearchyll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omc%2Fsearchyll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/omc%2Fsearchyll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/omc","download_url":"https://codeload.github.com/omc/searchyll/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248705651,"owners_count":21148569,"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":[],"created_at":"2024-08-01T20:00:22.038Z","updated_at":"2025-04-13T11:31:28.242Z","avatar_url":"https://github.com/omc.png","language":"Ruby","funding_links":[],"categories":["Search"],"sub_categories":[],"readme":"# Searchyll\n\nSearch for Jekyll apps. A plugin for indexing your pages into a search engine.\n\nCurrently supports Elasticsearch, we're also considering modular support for\nApache Solr in a future release.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'searchyll'\n```\n\nIn your Jekyll Gemfile:\n\n```\ngems:\n  - searchyll\n```\n\n## Configuration\n\n```yaml\nelasticsearch:\n  url: \"http://localhost:9200/\"     # Required. Supports auth and SSL: https://user:pass@someurl.com\n                                    # Can also read URLs stored in environment variable named\n                                    # BONSAI_URL and ELASTICSEARCH_URL.\n  number_of_shards: 1               # Optional. Default is 1 primary shard.\n  number_of_replicas: 1             # Optional. Default is 1 replica.\n  index_name: \"jekyll\"              # Optional. Default is \"jekyll\".\n  default_type: \"post\"              # Optional. Default type is \"post\".\n  custom_settings: _es_settings.yml # Optional. No default. Relative to your src folder\n  custom_mappings: _es_mappings.yml # Optional. No default. Relative to your src folder\n  ignore:                           # Optional. No default.\n    - /news/*\n```\n\n### Custom Settings File Example\n\nIt should be written to be plugged into the `settings` slot of a [create index](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html) call\n\n```yaml\nanalysis:\n  analyzer:\n    stop_analyzer:\n      type: stop\n      stopwords: _english_\nindex:\n  number_of_shards: 1\n  number_of_replicas: 0\n```\n\n### Custom Mappings File Example\n\nIt should be written to be plugged into the `mappings.[type]` slot of a [create index](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html) call\n\n```yaml\nproperties:\n  field1:\n    type: text\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run\n`rake spec` to run the tests. You can also run `bin/console` for an interactive\nprompt that will allow you to experiment.\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at\nhttps://github.com/omc/searchyll\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomc%2Fsearchyll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fomc%2Fsearchyll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fomc%2Fsearchyll/lists"}