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.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates a new instance of
StructuredSearch.Declaration
Swift
public static func create(store: NDSStore) throws -> StructuredSearchParameters
storea store associated with the map to use for the Structured Search.
Return Value
a new instance of
StructuredSearchwith offline Structured Search support.
OfflineStructuredSearchFactory Enumeration Reference