Skip to content

Commit 2414515

Browse files
feat(php): add bridge to transformation on search (generated)
algolia/api-clients-automation#4940 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent a312c5b commit 2414515

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

algoliasearch/src/main/java/com/algolia/api/SearchClient.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ public class SearchClient extends ApiClient {
4242

4343
private IngestionClient ingestionTransporter;
4444

45+
/**
46+
* Sets the region of the current algolia application to the configuration, this is required to be
47+
* called if you wish to leverage the transformation pipeline (via the *WithTransformation
48+
* methods).
49+
*
50+
* @param region (required)
51+
*/
4552
public void setTransformationRegion(String region) {
4653
this.ingestionTransporter = new IngestionClient(
4754
this.authInterceptor.getApplicationId(),

0 commit comments

Comments
 (0)