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

org.hibernate.search.remote.codex.avro.v1_0.field.NumericLongField.avro Maven / Gradle / Ivy

There is a newer version: 9.1.7.Final
Show newest version
{
    "name": "NumericLongField",
    "type": "record",
    "fields" : [
        {
            "name": "value",
            "type": "long"
        },
        {
            "name": "name",
            "type": "string"
        },
        {
            "name": "precisionStep",
            "type": "int"
        },
        {
            "name": "store",
            "type": "Store"
        },
        {
            "name": "indexed",
            "type": "boolean"
        },
        {
            "name": "boost",
            "type": "float"
        },
        {
            "name": "omitNorms",
            "type": "boolean"
        },
        {
            "name": "omitTermFreqAndPositions",
            "type": "boolean"
        }
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy