com.google.appengine.api.search.checkers (Google App Engine API for Java)
Stay organized with collections
Save and categorize content based on your preferences.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-15 UTC.
[[["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 2024-02-15 UTC."],[[["This package, `com.google.appengine.api.search.checkers`, provides classes to check the validity of various components within the Google App Engine Search API."],["The package includes checkers for `Cursor`, `Document`, `Facet`, `Field`, `GeoPoint`, `Index`, `Query`, `GetRequest` and `SortExpression` objects, as well as request objects such as `GetIndexesRequest`."],["`Preconditions` class provides static methods to verify arguments and states at the beginning of methods, while `SearchApiLimits` contains constraints for field values, document sizes, and other Search API properties."],["The `FacetQueryChecker` class offers checks specifically for options related to a faceted search, and the `QueryOnlyCustomerDocumentChecker` class is used for checking the `DocumentPb.Document` validity for search customers using only the query API."],["The `QueryOptionsChecker` class validates `QueryOptions` and the `SortOptionsChecker` validates `SortOptions`, including the values of `SortExpression`."]]],[]]