• 修改es查询条数

    curl --location --request PUT 'http://192.168.9.20:9200/indexName/_settings' \--header 'Content-Type: application/json' \--data-raw '{ "index&quo...

    SpringBoot ES写入设置id数据

    try { val request = BulkRequest(indexNmae) request.timeout("${timeout}s") request.estimatedSizeInBytes() ...