BulkIndex
Bulk upsert documents into Typesense
BulkIndex
Bulk upsert documents into Typesense
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: kestra://data/countries.ion
Properties
apiKey *Requiredstring
collection *Requiredstring
from *Requiredstring
host *Requiredstring
port *Requiredstring
chunk integerstring
Default
1000