Files
elasticsearch-js/docs/reference/api/QueryDslFieldLookup.md
2025-05-27 15:30:21 -05:00

9 lines
334 B
Markdown

## Interface `QueryDslFieldLookup`
| Name | Type | Description |
| - | - | - |
| `id` | [Id](./Id.md) | `id` of the document. |
| `index` | [IndexName](./IndexName.md) | Index from which to retrieve the document. |
| `path` | [Field](./Field.md) | Name of the field. |
| `routing` | [Routing](./Routing.md) | Custom routing value. |