All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wu.framework.easy.temple.bulk.json Maven / Gradle / Ivy

The newest version!
{
  "index": {
    "_index": "test",
    "_type": "type1",
    "_id": "1"
  }
} {
  "field1": "value1"
}
{
  "delete": {
    "_index": "test",
    "_type": "type1",
    "_id": "2"
  }
}
{
  "create": {
    "_index": "test",
    "_type": "type1",
    "_id": "3"
  }
} {
  "field1": "value3"
}
{
  "update": {
    "_id": "1",
    "_type": "type1",
    "_index": "test"
  }
} {
  "doc": {
    "field2": "value2"
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy