Skip to content

Commit 1d3a2d7

Browse files
committed
Address more comments
1 parent 4107f6d commit 1d3a2d7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/reference/querying.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sending queries to Elasticsearch
22

3-
The Python Elasticsearch client provides several ways to send queries to Elasticsearch. This document explains the details of how to construct and execute queries using the client. This document does not cover the DSL client.
3+
The Python Elasticsearch client provides several ways to send queries to Elasticsearch. This document explains the details of how to construct and execute queries using the client. This document does not cover the DSL module.
44

55
## From API URLs to function calls
66

@@ -55,8 +55,6 @@ resp = client.indices.create(
5555
print(resp)
5656
```
5757

58-
(In a real query, don't use `...` but real mappings.)
59-
6058
In this case, the client will send to Elasticsearch the following JSON body:
6159

6260
```console

0 commit comments

Comments
 (0)