SearchIndexManagementResponseConverter
in package
Table of Contents
- convertAnalyzeDocumentResult() : array<string|int, mixed>
- convertGetAllIndexesResult() : array<string|int, mixed>
- convertGetIndexResult() : SearchIndex
- convertIndex() : array<string|int, mixed>
Methods
convertAnalyzeDocumentResult()
public
static convertAnalyzeDocumentResult(AnalyzeDocumentResponse $response) : array<string|int, mixed>
Parameters
- $response : AnalyzeDocumentResponse
Return values
array<string|int, mixed> —convertGetAllIndexesResult()
public
static convertGetAllIndexesResult(ListIndexesResponse $response) : array<string|int, mixed>
Parameters
- $response : ListIndexesResponse
Tags
Return values
array<string|int, mixed> —convertGetIndexResult()
public
static convertGetIndexResult(GetIndexResponse $response) : SearchIndex
Parameters
- $response : GetIndexResponse
Tags
Return values
SearchIndex —convertIndex()
private
static convertIndex(Index $index) : array<string|int, mixed>
Parameters
- $index : Index