def get_base_query(self, req, resp): return Search(using=self.connection, index=self.objects_class._doc_type.index, doc_type=self.objects_class)