Maybe this can resolve conflicts

This commit is contained in:
keithhc2 2021-08-30 11:38:59 -07:00
parent 5ddabb88bd
commit 7faade1bdf
3 changed files with 1 additions and 5 deletions

View File

@ -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

View File

@ -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.

View File

@ -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.