Package-level declarations
Types
Link copied to clipboard
class BulkIndexException(val docErrors: Collection<BulkIndexException.IndexErrorDocRef>) : RuntimeException
Functions
Link copied to clipboard
fun ElasticsearchClient.importBodsStatements(jsonlFile: File, index: String, batchSize: Int, patchJson: (BodsStatement, JsonObject) -> Unit? = null)
fun ElasticsearchClient.importBodsStatements(inputStream: InputStream, index: String, batchSize: Int, patchJson: (BodsStatement, JsonObject) -> Unit? = null)
Link copied to clipboard
fun ElasticsearchClient.writeBodsStatements(index: String, batch: List<BodsStatement>, patchJson: (BodsStatement, JsonObject) -> Unit? = null)