django haystack udate uindexは自動化同期を実現する。


上の公式文書http://django-haystack.readthedocs.io/en/v2.4.1/signal_processors.
RealTime-RealtimeSignal Processorの簡単な設定を見つけました。If the model has an assiociated Search Index、the RealtimeSignal Processor will then trigger an udate/delete of that model instance within the search index.
Configration looks like:
HAYSTACK_SIGNAL_PROCESSOR = 'haystack.signals.RealtimeSignalProcessor'
configファイルとはsettings.pyのことです。