OfflineStructuredSearchFactory
public enum OfflineStructuredSearchFactory
Creates StructuredSearch
instances that implement offline Structured Search support.
Note
For more information about Structured Search and how to use it, see theStructuredSearch
and StructuredSearchSession
documentation.
Creates a new instance of StructuredSearch
.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
public static func create(store: NDSStore) throws -> StructuredSearch
Parameters
store
|
a store associated with the map to use for the Structured Search. |
Return Value
a new instance of StructuredSearch
with offline Structured Search support.