Fixed heading and styling
This commit is contained in:
parent
edd9d2e313
commit
5ddabb88bd
|
@ -7,6 +7,8 @@ nav_order: 5
|
||||||
---
|
---
|
||||||
|
|
||||||
# Get document
|
# Get document
|
||||||
|
Introduced 1.0
|
||||||
|
{: .label .label-purple}
|
||||||
|
|
||||||
After adding a JSON document to your index, you can use the get document API operation to retrieve the document's information and data.
|
After adding a JSON document to your index, you can use the get document API operation to retrieve the document's information and data.
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,6 @@ The multi-get operation allows you to execute multiple GET operations in one req
|
||||||
|
|
||||||
```json
|
```json
|
||||||
GET _mget
|
GET _mget
|
||||||
|
|
||||||
{
|
{
|
||||||
"docs": [
|
"docs": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue