Click or drag to resize

IAlgoliaAddRecord Method (String, String, String)

Adds a record, in JSON form, to the index.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void AddRecord(
	string indexName,
	string json,
	string id
)

Parameters

indexName
Type: SystemString
The name of the index.
json
Type: SystemString
The record to index, in JSON form.
id
Type: SystemString
The unique ID of the item being indexed.
See Also