Profiler
Through profiling, you can get very specific details pertaining to the steps in the query process. In order to obtain all these details, many low-level methods are utilized to provide a breakdown of the time spent analyzing each step. You may improve your query after you fully understand the anatomy of your query in depth. Let's look at a simple example and give a brief explanation. We want to search those ETFs containing the word ishares in the fund_name field, and the word global in the description field. In the following screenshot, you can see that the original compound bool query is decomposed into two Term child queries. One query is designed to search the fund_name field containing the word ishares, while the other query is ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access