Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
SearchIterator type
- Package:
- @azure/search-documents
An iterator for search results of a paticular query. Will make requests as needed during iteration. Use .byPage() to make one request to the server per iteration.
type SearchIterator<TModel, TFields> = PagedAsyncIterableIterator<
SearchResult<TModel, TFields>,
SearchDocumentsPageResult<TModel, TFields>,
ListSearchResultsPageSettings
>
