[[["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."],[[["`ScoredDocument.Builder` is a class used to construct scored documents and is not safe for concurrent thread access."],["It inherits from `Document.Builder`, extending its capabilities with methods like `addExpression` and `addScore` for building scored documents."],["The `build()` method is used to generate a valid `ScoredDocument`, requiring a set document ID and non-empty, valid fields."],["The `setCursor` method is used to indicate the cursor for retrieving the next set of search results."],["Using this class, you are able to add expressions and scores to the document builder, as well as override the build method."]]],[]]