Enumeration of the kind of the term that has a given return
type. This enum makes more precise the return type. For example,
if the return type is TEXT, and the Kind is PHRASE, this means
that the caller supplied "..." as the query term.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["`QueryTreeContext.Kind` is an enumeration that refines the return type of a query term, such as specifying that a TEXT return type is a PHRASE."],["This enum inherits several methods from `Enum` and `Object`, including `valueOf`, `clone`, `equals`, `hashCode`, and `toString`, amongst others."],["The `QueryTreeContext.Kind` enum has static fields that identify different term types, which include `EXPRESSION`, `FIELD`, `FUNCTION`, `LITERAL`, `PHRASE`, and `VOID`."],["The enum provides static methods `valueOf(String name)` and `values()` for retrieving specific enum values and all values, respectively."]]],[]]