File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
src/main/scala/algoliasearch/api Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -1257,12 +1257,11 @@ class IngestionClient(
1257
1257
)
1258
1258
}
1259
1259
1260
- /** Pushes records through the Pipeline, directly to an index. You can make the call synchronous by providing the
1261
- * `watch` parameter, for asynchronous calls, you can use the observability endpoints and/or debugger dashboard to
1262
- * see the status of your task. If you want to leverage the [pre-indexing data
1263
- * transformation](https://www.algolia.com/doc/guides/sending-and-managing-data/send-and-update-your-data/how-to/transform-your-data/),
1264
- * this is the recommended way of ingesting your records. This method is similar to `push`, but requires a `taskID`
1265
- * instead of a `indexName`, which is useful when many `destinations` target the same `indexName`.
1260
+ /** Pushes records through the pipeline, directly to an index. You can make the call synchronous by providing the
1261
+ * `watch` parameter, for asynchronous calls, you can use the observability endpoints or the debugger dashboard to
1262
+ * see the status of your task. If you want to transform your data before indexing, this is the recommended way of
1263
+ * ingesting your records. This method is similar to `push`, but requires a `taskID` instead of a `indexName`, which
1264
+ * is useful when many `destinations` target the same `indexName`.
1266
1265
*
1267
1266
* Required API Key ACLs:
1268
1267
* - addObject
You can’t perform that action at this time.
0 commit comments