com.google.appengine.api.search.dev
Stay organized with collections
Save and categorize content based on your preferences.
-
Interface Summary
Interface |
Description |
Expression.Sorter |
Sort class for potential multi dimensional sorting of the expression.
|
-
-
Exception Summary
Exception |
Description |
EvaluationException |
Exception thrown from Expression.eval() method if expression cannot be
evaluated.
|
SearchException |
Thrown to indicate that a search service failure occurred while performing
a search request.
|
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.dev`, provides classes, interfaces, and exceptions for implementing search functionalities within the Google App Engine environment during local development."],["The package offers a variety of `Expression` classes and related builders for defining and evaluating expressions per document, including support for numeric values, field content, and empty expressions."],["Multiple `Scorer` classes are available to enable custom and predefined sorting algorithms, like `GenericScorer`, `MatchScorer`, and `SimpleScorer`, facilitating multi-dimensional sorting and relevance-based ranking."],["Utilities like `LuceneUtils` and `WordSeparatorAnalyzer` are included for interfacing with Lucene and tokenizing text in a way that mimics the Search API backend."],["Exceptions such as `EvaluationException` and `SearchException` are defined to handle failures during expression evaluation and search operations, respectively."]]],[]]