There are a lot of options when crafting an analyzed full-text query in Elasticsearch. In this hands-on lab, you will get to ask our sample data questions using several different full-text search functions.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Craft a Query That Answers the Question: How Many Lines from Shakespeare’s Plays Reference Love?
From the Kibana console, craft a full-text query on the
shakespeare
dataset that answers the question.- Craft a Query That Answers the Question: How Many Lines from Shakespeare’s Plays Reference Hate?
From the Kibana console, craft a full-text query on the
shakespeare
dataset that answers the question.- Craft a Query That Answers the Question: What Is the Play and Line Number Where “To Be, or Not to Be” Is Spoken?
From the Kibana console, craft a full-text query on the
shakespeare
dataset that answers the question.