Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Near realtime indexation of the search index #117

Open
madmatah opened this issue Dec 8, 2020 · 0 comments
Open

Near realtime indexation of the search index #117

madmatah opened this issue Dec 8, 2020 · 0 comments
Assignees

Comments

@madmatah
Copy link
Contributor

madmatah commented Dec 8, 2020

Feature Request

The current search engine, based on haystack and elasticsearch, relies on a management command run by a cronjob to update its index. This is a batch indexation process.

Describe the solution you'd like

We would like a near-realtime indexation of the search index.

This solution should be :

  • transparent for the end-user
  • resilient : if the Elasticsearch service is down, we should be able to use Ashley.

Discovery, Documentation, Adoption, Migration Strategy

Haystack's documentation gives some thoughts on how to deal with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant