com.google.appengine.api.search.dev
Stay organized with collections
Save and categorize content based on your preferences.
Interfaces
Classes
Exceptions
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 2025-06-16 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 2025-06-16 UTC."],[[["This documentation provides an overview of the `com.google.appengine.api.search.dev` package, which includes classes, interfaces, and exceptions for search functionality in Google App Engine."],["The package includes various classes for expression building, such as `Expression`, `ExpressionBuilder`, and specific expression types like `FieldExpression`, `NumericDefaultExpression`, and `SnippetExpression`."],["Key search-related classes include `LocalSearchService`, which seems to provide local search capabilities, and multiple `Scorer` classes for evaluating and ranking search results like `GenericScorer`, `MatchScorer`, and `SimpleScorer`."],["The `Expression.Sorter` interface is provided for defining how search results are sorted, and `LuceneUtils` is a class providing various search utilities, with `WordSeparatorAnalyzer` potentially used for text analysis."],["`EvaluationException` and `SearchException` classes are provided to signal errors during expression evaluation and general search operations respectively."]]],[]]