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

org.hibernate.search.remote.codex.avro.v1_0.operation.Id.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": "Id",
    "type": "record", //this is a record as it's the only type that can be named in Avro
    "fields": [
        {
            "name": "value",
            "type": [
                "bytes", //serialized form
                "string",
                "int",
                "long",
                "float",
                "double"
            ]
        }
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy