
BulkIndex
BulkIndex
yaml
type: "io.kestra.plugin.typesense.BulkIndex"Examples
yaml
id: typesense_bulk_index
namespace: company.team
tasks:
- id: bulk_index
type: io.kestra.plugin.typesense.BulkIndex
apiKey: "{{ secret('TYPESENSE_API_KEY') }}"
port: 8108
host: localhost
collection: Countries
from: file_uri
Properties
apiKey*Requiredstring
collection*Requiredstring
from*Requiredstring
host*Requiredstring
port*Requiredstring
chunkintegerstring
Default
1000