Skip to main content

Module nested

Module nested 

Source
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§

InnerHitSpec
Metadata for resolving inner hits after search completes.
NestedQuery
Query within nested documents at a given path.