Protocols
The following protocols are available globally.
-
Abstract configuration protocol for Search Engine
See more -
Declares the list of methods for receiving result of search and resolve operations
See more -
Defines an interface for external data indexing
See more -
An object responsible for fetching object details and converting
See moreSearchSuggestion
intoSearchResult
. -
Defines data for index to represent external data to be included in search functionality
See more -
Defines methods to provide location suitable for search refinement
See more -
A type that conforms to
See moreCancelable
typically represents a long running operation that can be canceled. -
Defines the methods for back-to-core notifications regarding search index changes.
See more -
Suggestion of further category search.
-
Suggestion of the Query type
-
Resolved search object with populated fields
See more -
Result of basic suggest/autocomplete request that points to the existing object: POI, address, favorite or history entry
See more -
Autocomplete common suggestion type.
To retrieve coordinate and detailed address information, you have to push suggestion back to
See moreSearchEngine.select(suggestion:)
method.