[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[],["The `Indexable.Builder` class constructs `Indexable` objects, used for indexing data. It extends `IndexableBuilder` and offers two constructors: one with no parameters and one with a string type parameter. Builders set various property values using \"put\" methods for doubles, booleans, byte arrays, strings, and long values, and `Indexable` objects. Other methods allow setting the alternate name, description, ID, image, sub-group, keywords, metadata, content name, web URL, and URL. The name field is required for the root `Indexable`. Limitations apply to string length, field values, and total size. Finally, the method `build()` is used to finalize the building of the object.\n"]]