File tree 4 files changed +0
-12
lines changed
4 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -3541,9 +3541,6 @@ async def search(
3541
3541
:param fields: Array of wildcard (`*`) patterns. The request returns values for
3542
3542
field names matching these patterns in the `hits.fields` property of the
3543
3543
response.
3544
- :param from_: Starting document offset. Needs to be non-negative. By default,
3545
- you cannot page through more than 10,000 hits using the `from` and `size`
3546
- parameters. To page through more hits, use the `search_after` parameter.
3547
3544
:param highlight: Specifies the highlighter to use for retrieving highlighted
3548
3545
snippets from one or more fields in your search results.
3549
3546
:param ignore_throttled: If `true`, concrete, expanded or aliased indices will
Original file line number Diff line number Diff line change @@ -333,9 +333,6 @@ async def submit(
333
333
:param ext: Configuration of search extensions defined by Elasticsearch plugins.
334
334
:param fields: Array of wildcard (*) patterns. The request returns values for
335
335
field names matching these patterns in the hits.fields property of the response.
336
- :param from_: Starting document offset. By default, you cannot page through more
337
- than 10,000 hits using the from and size parameters. To page through more
338
- hits, use the search_after parameter.
339
336
:param highlight:
340
337
:param ignore_throttled: Whether specified concrete, expanded or aliased indices
341
338
should be ignored when throttled
Original file line number Diff line number Diff line change @@ -3539,9 +3539,6 @@ def search(
3539
3539
:param fields: Array of wildcard (`*`) patterns. The request returns values for
3540
3540
field names matching these patterns in the `hits.fields` property of the
3541
3541
response.
3542
- :param from_: Starting document offset. Needs to be non-negative. By default,
3543
- you cannot page through more than 10,000 hits using the `from` and `size`
3544
- parameters. To page through more hits, use the `search_after` parameter.
3545
3542
:param highlight: Specifies the highlighter to use for retrieving highlighted
3546
3543
snippets from one or more fields in your search results.
3547
3544
:param ignore_throttled: If `true`, concrete, expanded or aliased indices will
Original file line number Diff line number Diff line change @@ -333,9 +333,6 @@ def submit(
333
333
:param ext: Configuration of search extensions defined by Elasticsearch plugins.
334
334
:param fields: Array of wildcard (*) patterns. The request returns values for
335
335
field names matching these patterns in the hits.fields property of the response.
336
- :param from_: Starting document offset. By default, you cannot page through more
337
- than 10,000 hits using the from and size parameters. To page through more
338
- hits, use the search_after parameter.
339
336
:param highlight:
340
337
:param ignore_throttled: Whether specified concrete, expanded or aliased indices
341
338
should be ignored when throttled
You can’t perform that action at this time.
0 commit comments