Skip to content

Documentation of inner hits with hybrid query #9548

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Apr 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _vector-search/ai-search/hybrid-search/aggregations.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Combining hybrid search and aggregations
parent: Hybrid search
grand_parent: AI search
has_children: false
nav_order: 20
nav_order: 50
---

# Combining hybrid search and aggregations
Expand Down
8 changes: 6 additions & 2 deletions _vector-search/ai-search/hybrid-search/explain.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Hybrid search explain
parent: Hybrid search
grand_parent: AI search
has_children: false
nav_order: 50
nav_order: 70
---

# Hybrid search explain
Expand Down Expand Up @@ -195,8 +195,12 @@ The response contains scoring information:
```
</details>

### Response body fields
## Response body fields

Field | Description
:--- | :---
`explanation` | The `explanation` object has three properties: `value`, `description`, and `details`. The `value` property shows the result of the calculation, `description` explains what type of calculation was performed, and `details` shows any subcalculations performed. For score normalization, the information in the `description` property includes the technique used for normalization or combination and the corresponding score.

## Next steps

- To learn how to use `explain` with inner hits, see [Using inner hits in hybrid queries]({{site.url}}{{site.baseurl}}/vector-search/ai-search/hybrid-search/inner-hits/).
Loading
Loading