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

org.hibernate.search.remote.codex.avro.v1_2.operation.DeleteByQuery.avro Maven / Gradle / Ivy

Go to download

Implementation of the Hibernate Search serialization protocol for remote indexing using Avro

There is a newer version: 5.11.12.Final
Show newest version
{
    "name": "DeleteByQuery",
    "type": "record",
    "fields" : [
        {
            "name": "class",
            "type": "int"
        },
        {
            "name": "key",
            "type": "int"
        },
        {
            "name": "query",
            "type": {"type": "array", "items": "string"}
        }
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy