You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there currently an easy way to filter elements before indexing them? If for example I had Car model and would like to index cars, but only red ones?
I could probably use ELASTICSEARCH_DSL_SIGNAL_PROCESSOR in settings to provide my own class for handling on-save signal, where I would filter cars before indexing them.
But how could I populate the whole index from scratch? I think search_index command will index each and every Car
The text was updated successfully, but these errors were encountered:
Is there currently an easy way to filter elements before indexing them? If for example I had Car model and would like to index cars, but only red ones?
I could probably use ELASTICSEARCH_DSL_SIGNAL_PROCESSOR in settings to provide my own class for handling on-save signal, where I would filter cars before indexing them.
But how could I populate the whole index from scratch? I think search_index command will index each and every Car
The text was updated successfully, but these errors were encountered: