我发现在文档中提到了这一点:
http://elasticsearch-dsl.readthedocs.org/en/latest/search_dsl.html#extra-
properties-and-parameters
s = s.extra(track_scores=True)
这工作了。

我发现在文档中提到了这一点:
http://elasticsearch-dsl.readthedocs.org/en/latest/search_dsl.html#extra-
properties-and-parameters
s = s.extra(track_scores=True)
这工作了。