[[["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."],[[["This class is a builder for creating `FieldExpression` objects, which require both a name and an expression."],["The `build()` method constructs and returns a `FieldExpression`, ensuring that both the expression and name are provided."],["The `setExpression(String expression)` method allows setting the expression to be evaluated for inclusion in a `ScoredDocument`."],["The `setName(String name)` method is used to define the name of the field expression, which must be a valid field name."],["The `FieldExpression.Builder` class inherits members from the `java.lang.Object` class, such as `clone()`, `equals()`, and `toString()`."]]],[]]