Android.App.AppSearch Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
AppSearchBatchResult |
Provides results for AppSearch batch operations which encompass multiple documents. |
AppSearchBatchResult.Builder |
Builder for |
AppSearchManager |
Provides access to the centralized AppSearch index maintained by the system. |
AppSearchManager.SearchContext |
Contains information about how to create the search session. |
AppSearchManager.SearchContext.Builder | |
AppSearchResult |
Information about the success or failure of an AppSearch call. |
AppSearchSchema |
The AppSearch Schema for a particular type of document. |
AppSearchSchema.BooleanPropertyConfig |
Configuration for a property containing a boolean. |
AppSearchSchema.BooleanPropertyConfig.Builder | |
AppSearchSchema.Builder |
Builder for |
AppSearchSchema.BytesPropertyConfig |
Configuration for a property containing a byte array. |
AppSearchSchema.BytesPropertyConfig.Builder | |
AppSearchSchema.DocumentPropertyConfig |
Configuration for a property containing another Document. |
AppSearchSchema.DocumentPropertyConfig.Builder | |
AppSearchSchema.DoublePropertyConfig |
Configuration for a property containing a double-precision decimal number. |
AppSearchSchema.DoublePropertyConfig.Builder | |
AppSearchSchema.LongPropertyConfig |
Configuration for a property containing a 64-bit integer. |
AppSearchSchema.LongPropertyConfig.Builder | |
AppSearchSchema.PropertyConfig |
Common configuration for a single property (field) in a Document. |
AppSearchSchema.StringPropertyConfig |
Configuration for a property of type String in a Document. |
AppSearchSchema.StringPropertyConfig.Builder | |
AppSearchSession |
Provides a connection to a single AppSearch database. |
GenericDocument |
Represents a document unit. |
GenericDocument.Builder |
The builder class for |
GetByDocumentIdRequest |
Encapsulates a request to retrieve documents by namespace and IDs from the |
GetByDocumentIdRequest.Builder |
Builder for |
GetSchemaResponse |
The response class of |
GetSchemaResponse.Builder |
Builder for |
GlobalSearchSession |
Provides a connection to all AppSearch databases the querying application has been granted access to. |
JoinSpec | |
JoinSpec.Builder | |
Migrator |
A migrator class to translate |
PackageIdentifier |
This class represents a uniquely identifiable package. |
PropertyPath | |
PropertyPath.PathSegment | |
PutDocumentsRequest |
Encapsulates a request to index documents into an |
PutDocumentsRequest.Builder |
Builder for |
RemoveByDocumentIdRequest |
Encapsulates a request to remove documents by namespace and IDs from the |
RemoveByDocumentIdRequest.Builder |
Builder for |
ReportSystemUsageRequest |
A request to report usage of a document owned by another app from a system UI surface. |
ReportSystemUsageRequest.Builder |
Builder for |
ReportUsageRequest |
A request to report usage of a document. |
ReportUsageRequest.Builder |
Builder for |
SearchResult |
This class represents one of the results obtained from an AppSearch query. |
SearchResult.Builder |
Builder for |
SearchResult.MatchInfo |
This class represents a match objects for any Snippets that might be present in |
SearchResult.MatchInfo.Builder | |
SearchResult.MatchRange |
Class providing the position range of matching information. |
SearchResults |
Encapsulates results of a search operation. |
SearchSpec |
This class represents the specification logic for AppSearch. |
SearchSpec.Builder |
Builder for |
SearchSuggestionResult | |
SearchSuggestionResult.Builder | |
SearchSuggestionSpec | |
SearchSuggestionSpec.Builder | |
SetSchemaRequest |
Encapsulates a request to update the schema of an |
SetSchemaRequest.Builder |
Builder for |
SetSchemaResponse |
The response class of |
SetSchemaResponse.Builder |
Builder for |
SetSchemaResponse.MigrationFailure |
The class represents a post-migrated |
StorageInfo |
The response class of |
StorageInfo.Builder |
Builder for |
Interfaces
IBatchResultCallback |
The callback interface to return |