Package-level declarations

Types

Functions

Link copied to clipboard
fun BodsDownload.import(elasticsearchClient: ElasticsearchClient, index: String, batchSize: Int)
Link copied to clipboard
fun ElasticsearchClient.importBodsStatements(jsonlFile: File, index: String, batchSize: Int)
fun ElasticsearchClient.importBodsStatements(inputStream: InputStream, index: String, batchSize: Int)
Link copied to clipboard
fun ElasticsearchClient.writeBodsStatements(batch: List<BodsStatement>, index: String)