File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4242 - name : Apply patch from stack to serverless
4343 id : apply-patch
4444 run : $GITHUB_WORKSPACE/stack/.github/workflows/serverless-patch.sh
45- - uses : peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
45+ - uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7
4646 with :
4747 token : ${{ secrets.GH_TOKEN }}
4848 path : serverless
Original file line number Diff line number Diff line change 11[[bulk_examples]]
22=== Bulk
33
4- The `bulk` API makes it possible to perform many index/delete operations in a
5- single API call. This can greatly increase the indexing speed.
4+ With the {jsclient}/api-reference.html#_bulk[ `bulk` API], you can perform multiple index/delete operations in a
5+ single API call. The `bulk` API significantly increases indexing speed.
66
7- NOTE: Did you know that we provide an helper for sending bulk request? You can find it {jsclient}/client-helpers.html[here ].
7+ NOTE: You can also use the {jsclient}/client-helpers.html[bulk helper ].
88
99[source,js]
1010----
Original file line number Diff line number Diff line change 6262 "@types/split2" : " 4.2.3" ,
6363 "@types/stoppable" : " 1.1.3" ,
6464 "@types/tap" : " 15.0.12" ,
65- "chai" : " 4.5.0 " ,
65+ "chai" : " 5.1.2 " ,
6666 "cross-zip" : " 4.0.1" ,
6767 "desm" : " 1.3.1" ,
6868 "into-stream" : " 7.0.0" ,
8181 "tap" : " 21.0.1" ,
8282 "ts-node" : " 10.9.2" ,
8383 "ts-standard" : " 12.0.2" ,
84- "typescript" : " 4.9.5 " ,
84+ "typescript" : " 5.6.3 " ,
8585 "workq" : " 3.0.0" ,
8686 "xmlbuilder2" : " 3.1.1" ,
8787 "zx" : " 7.2.3"
You can’t perform that action at this time.
0 commit comments