@@ -574,7 +574,7 @@ def search(self, index=None, doc_type=None, body=None, params=None):
574
574
choices are: 'open', 'closed', 'none', 'all'
575
575
:arg explain: Specify whether to return detailed information about score
576
576
computation as part of a hit
577
- :arg from\_: Starting offset (default: 0)
577
+ :arg from\\ _: Starting offset (default: 0)
578
578
:arg ignore_unavailable: Whether specified concrete indices should be
579
579
ignored when unavailable (missing or closed)
580
580
:arg lenient: Specify whether format-based query failures (such as
@@ -674,7 +674,7 @@ def update_by_query(self, index, doc_type=None, body=None, params=None):
674
674
:arg expand_wildcards: Whether to expand wildcard expression to concrete
675
675
indices that are open, closed or both., default 'open', valid
676
676
choices are: 'open', 'closed', 'none', 'all'
677
- :arg from\_: Starting offset (default: 0)
677
+ :arg from\\ _: Starting offset (default: 0)
678
678
:arg ignore_unavailable: Whether specified concrete indices should be
679
679
ignored when unavailable (missing or closed)
680
680
:arg lenient: Specify whether format-based query failures (such as
@@ -810,7 +810,7 @@ def delete_by_query(self, index, body, doc_type=None, params=None):
810
810
:arg expand_wildcards: Whether to expand wildcard expression to concrete
811
811
indices that are open, closed or both., default 'open', valid
812
812
choices are: 'open', 'closed', 'none', 'all'
813
- :arg from\_: Starting offset (default: 0)
813
+ :arg from\\ _: Starting offset (default: 0)
814
814
:arg ignore_unavailable: Whether specified concrete indices should be
815
815
ignored when unavailable (missing or closed)
816
816
:arg lenient: Specify whether format-based query failures (such as
0 commit comments