IndexMissingException - django haystack with elasticsearch IndexMissingException - django haystack with elasticsearch elasticsearch elasticsearch

IndexMissingException - django haystack with elasticsearch


Stupid me. I did not extend my Index class from indexes.Indexable as required by haystack 2. Therefore haystack simply did not pickup my index and finished correctly without further notice.The error message is somewhat misleading. Haystack seems to always give it if you invoke rebuild_index, no matter if the index already existed or not.


Well create index via curl and instead of rebuild index use ./manage.py update_indexJust for save the day.