[[["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."],[[["`SortOptionsChecker` is a class that verifies the values of `SortOptions` for the Google App Engine search service."],["The class inherits members from the `java.lang.Object` class, such as `clone()`, `equals()`, and `hashCode()`."],["The `checkLimit(int limit)` method ensures that the specified limit for the number of documents to score is within the acceptable range."],["The `checkValid(SearchServicePb.ScorerSpec spec)` method validates a `ScorerSpec` object, ensuring the limit on the number of documents to score is not excessively high."],["There is a default constructor `SortOptionsChecker()`, for the SortOptionChecker class."]]],[]]