descriptions to clarify how to use the terms lookup query
Signed-off-by: alicejw <alicejw@amazon.com>
This commit is contained in:
parent
8a1605e7e1
commit
9564a2cd45
|
@ -309,7 +309,7 @@ You get back documents that match any of the terms.
|
|||
|
||||
### Terms lookup query (TQL)
|
||||
|
||||
Use a terms lookup query (TQL) to retrieve multiple field values in a specific document within a specific index. Use the `terms` operation, and specify the index name, document Id and specify the term you want to look up with the `path` parameter.
|
||||
Use a terms lookup query (TQL) to retrieve multiple field values in a specific document within a specific index. Use the `terms` operation, and specify the index name, document Id and specify the field you want to look up with the `path` parameter.
|
||||
|
||||
Parameter | Behavior
|
||||
:--- | :---
|
||||
|
|
Loading…
Reference in New Issue