Maybe this can resolve conflicts
This commit is contained in:
parent
5ddabb88bd
commit
7faade1bdf
|
@ -3,7 +3,7 @@ layout: default
|
|||
title: Delete by query
|
||||
parent: Document APIs
|
||||
grand_parent: REST API reference
|
||||
nav_order: 30
|
||||
nav_order: 40
|
||||
---
|
||||
|
||||
# Delete by query
|
||||
|
|
|
@ -7,8 +7,6 @@ nav_order: 5
|
|||
---
|
||||
|
||||
# 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.
|
||||
|
||||
|
|
|
@ -7,8 +7,6 @@ nav_order: 25
|
|||
---
|
||||
|
||||
# Multi-get documents
|
||||
Introduced 1.0
|
||||
{: .label .label-purple }
|
||||
|
||||
The multi-get operation allows you to execute multiple GET operations in one request, so you can get back all documents that match your criteria.
|
||||
|
||||
|
|
Loading…
Reference in New Issue