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

org.hibernate.search.remote.codex.avro.v1_1.operation.Delete.avro Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
{
    "name": "Delete",
    "type": "record",
    "fields" : [
        {
            "name": "class",
            "type": "int"
        },
        {
            "name": "id",
            "type": "Id"
        }
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy