{"id":19205060,"url":"https://github.com/django-haystack/queued_search","last_synced_at":"2025-05-12T16:42:15.735Z","repository":{"id":779555,"uuid":"471414","full_name":"django-haystack/queued_search","owner":"django-haystack","description":"A queuing setup for integration with Haystack.","archived":false,"fork":false,"pushed_at":"2020-08-21T20:58:18.000Z","size":39,"stargazers_count":89,"open_issues_count":6,"forks_count":23,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-14T09:47:13.787Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/django-haystack.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2010-01-14T05:07:58.000Z","updated_at":"2024-11-28T16:27:52.000Z","dependencies_parsed_at":"2022-08-16T10:50:39.446Z","dependency_job_id":null,"html_url":"https://github.com/django-haystack/queued_search","commit_stats":null,"previous_names":["toastdriven/queued_search"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-haystack%2Fqueued_search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-haystack%2Fqueued_search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-haystack%2Fqueued_search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django-haystack%2Fqueued_search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/django-haystack","download_url":"https://codeload.github.com/django-haystack/queued_search/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253778283,"owners_count":21962840,"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-11-09T13:11:03.278Z","updated_at":"2025-05-12T16:42:15.716Z","avatar_url":"https://github.com/django-haystack.png","language":"Python","readme":"=============\nqueued_search\n=============\n\nAllows you to utilize a queue and shove updates/deletes for search into it,\nkeeping your pages fast and your index fresh.\n\nFor use with Haystack (http://haystacksearch.org/).\n\n**WARNING!!!**\n\nThis project has been updated to be compatible with Haystack 2.0.x!\nIf you need ``queued_search`` for Haystack 1.2.X, please use the 1.0.4 tag\nor ``pip install queued_search==1.0.4``!\n\n\nRequirements\n============\n\n* Python 2.6+ or Python 3.3+\n* Django 1.5+\n* Haystack 2.0.X (http://github.com/toastdriven/django-haystack)\n* Queues (http://code.google.com/p/queues/)\n\nYou also need to install your choice of one of the supported search engines for\nHaystack and one of the supported queue backends for Queues.\n\n\nSetup\n=====\n\n#. Add ``queued_search`` to ``INSTALLED_APPS``.\n#. Alter all of your ``SearchIndex`` subclasses to inherit from ``queued_search.indexes.QueuedSearchIndex`` (as well as ``indexes.Indexable``).\n#. Ensure your queuing solution of choice is running.\n#. Setup a cron job to run the ``process_search_queue`` management command.\n#. PROFIT!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjango-haystack%2Fqueued_search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjango-haystack%2Fqueued_search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjango-haystack%2Fqueued_search/lists"}