[[["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-06-12 UTC."],[[["`Field.FieldType` is an enum that represents the type of a field's value."],["This enum inherits several members from the `Enum` and `Object` classes, including methods like `compareTo`, `equals`, `hashCode`, and `toString`."],["There are nine static fields defined within `FieldType`, such as `ATOM`, `DATE`, `GEO_POINT`, `HTML`, `NUMBER`, `TEXT`, `TOKENIZED_PREFIX`, `UNTOKENIZED_PREFIX`, and `VECTOR`, each describing a specific data type."],["`FieldType` also includes two static methods, `valueOf` and `values`, for enum-specific operations."]]],[]]