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)
Syntaxvoid Iterate<THit>(
string indexName,
AlgoliaQuery queryParams,
Func<THit, bool> iterFunc
)
Sub Iterate(Of THit) (
indexName As String,
queryParams As AlgoliaQuery,
iterFunc As Func(Of THit, Boolean)
)
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