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

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

There is a newer version: 9.1.7.Final
Show newest version
{
    "name": "Document",
    "type": "record",
    "fields" : [
        {
            "name": "boost",
            "type": "float"
        },

        {
            "name": "fieldables",
            "type": {
                "type": "array",
                "items": ["CustomFieldable",
                        "NumericIntField", "NumericLongField", "NumericFloatField", "NumericDoubleField",
                        "BinaryField", "StringField", "TokenStreamField", "ReaderField"
                        ]
            }
        }
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy