issues
search
django-oscar
/
django-oscar-elasticsearch
Search app for oscar using elasticsearch
BSD 3-Clause "New" or "Revised" License
20
stars
18
forks
source link
Update index commands should use reindex
#54
Closed
joeyjurjens
closed
1 month ago
joeyjurjens
commented
1 month ago
Replace
update_or_create
with
reindex
Add 'manage_alias_lifecycle' argument to reindex, so you can do this yourself in say bulk ops
Use django's iterator() method in the chunked util to prevent loaded whole QS in memory
Fix categories make_documents, as it didn't make use of the correct mapper
update_or_create
withreindex