Expand description
Nested query: search within nested object arrays with cross-object isolation.
Runs an inner query against nested (hidden) documents, then joins matches back to parent documents. This prevents the cross-object matching problem.
See [[nested-documents]] and [[architecture-overview|milestone-7]].
Structs§
- Inner
HitSpec - Metadata for resolving inner hits after search completes.
- Nested
Query - Query within nested documents at a given path.