pgroonga_explain_search
Generate a non-executing EXPLAIN JSON plan for a validated PGroonga search query, enabling you to analyze and optimize query performance without running the search.
Instructions
Return a non-executing EXPLAIN (FORMAT JSON) for a validated search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| limit | No | ||
| order | No | score | |
| query | Yes | ||
| target | Yes | ||
| filters | No | ||
| snippet | No | ||
| returnColumns | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | ||
| warnings | Yes | ||
| usesExpectedPgroongaIndex | Yes |