Explain API parsing and displaying tools

Hey !

I'm using the Elasticsearch Explain API in order to understand the ES internal scoring.
The explain results is complex json, which i extract the impact of each field on the query overall score.

Are there any tools which help parse and display the Explain API output?

Thanks :slight_smile:

There is nothing from elastic, but any tool that you can use to analyse json will work.

Normally I'm on terminal and I use jq to parse the json or the json crack extension on vs code.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.