We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a312c5b commit 2414515Copy full SHA for 2414515
algoliasearch/src/main/java/com/algolia/api/SearchClient.java
@@ -42,6 +42,13 @@ public class SearchClient extends ApiClient {
42
43
private IngestionClient ingestionTransporter;
44
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
+ */
52
public void setTransformationRegion(String region) {
53
this.ingestionTransporter = new IngestionClient(
54
this.authInterceptor.getApplicationId(),
0 commit comments