Click or drag to resize

IAlgoliaIterateTHit Method

Iterates the index and calls the provided function

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void Iterate<THit>(
	string indexName,
	AlgoliaQuery queryParams,
	Func<THit, bool> iterFunc
)

Parameters

indexName
Type: SystemString
The name of the index to search
queryParams
Type: NetQuarry.ServicesAlgoliaQuery
The query parameters.
iterFunc
Type: SystemFuncTHit, Boolean
The function to call

Type Parameters

THit
The type of hit to return
See Also