django-elasticsearch-dsl-drf
django-elasticsearch-dsl-drf copied to clipboard
Searching across all indices?
Is there an easy way to search across all indices and have the result be serialized back?
For example, hitting elastic search at localhost:9200/_search?
searches across all available indices.
What's the best way to utilize this wrapper to get a serialized version of the result back?
+1
Sorry for late response. Not yet. :) This package works with documents. I can imagine it's useful addition. Added to a TODO.
Update: Actually, I've done this recently. It's pretty doable, with some tricks.
Update. Work on this is in progress and will be covered in the native-es-indexes branch.
Update: Actually, I've done this recently. It's pretty doable, with some tricks.
Would you be able to point me in the right direction for implementing this please?
@barseghyanartur, Is there any updates about it? Can you share some tricks to achieve this? Please.
Too busy ATM. Sorry.