Part 4 · Query LanguageChapter 10
Text vs Keyword
text is analyzed, keyword is not. keyword is a field type; term is a query type.
The question
Why does my exact-match query return nothing?
The structure responsible
Field mapping vs query type
In this lab: Run the same query against both representations of one string and watch them disagree.
building the index…