CustomSearchDataProvider
Enables injection of custom search data to the search engine.
Important: This is a Public Preview API. It may be changed or removed at any time.
Properties
Data provider name. This uniquely identifies a custom data provider. Because CustomRecord.id must then be unique within the provider, the combination of name and CustomRecord.id is a unique reference to a custom data record.
Functions
Synchronously get the collection of CustomRecords previously set in the CustomSearchDataProvider.
Asynchronously get the collection of CustomRecords previously set in the CustomSearchDataProvider.
Synchronously sets a collection of CustomRecords in the CustomSearchDataProvider. It replaces any existing custom data. This data can then be taken into consideration for any subsequent search operations.
Asynchronously sets a collection of CustomRecords in the CustomSearchDataProvider. It replaces any existing custom data. This data can then be taken into consideration for any subsequent search operations.