DocumentIndex
yaml
type: "io.kestra.plugin.typesense.DocumentIndex"
Index a document to a Typesense DB
yaml
id: typesense_index_document
namespace: compnay.team
tasks:
- id: index_document
type: io.kestra.plugin.typesense.DocumentIndex
document: { "countryName":"France", "capital": "Paris", "gdp": 123456}
apiKey: "{{ secret('TYPESENSE_API_KEY') }}"
port: 8108
host: localhost
collection: Countries
Dynamic
YES
Dynamic
YES
Dynamic
YES
Dynamic
YES
Dynamic
YES
Dynamic
YES