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

org.hibernate.search.remote.codex.avro.v1_0.operation.Add.avro Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
{
    "name": "Add",
    "type": "record",
    "fields" : [
        {
            "name": "class",
            "type": "int"
        },
        {
            "name": "id",
            "type": "Id"
        },
        {
            "name": "document",
            "type": "Document"
        },
        {
            "name": "fieldToAnalyzerMap",
            "type": [{"type": "map", "values": "string"}, "null"]
        }
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy