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

org.sakaiproject.search.elastic.bundle.mapping.json Maven / Gradle / Ivy

The newest version!
{
    "properties": {
        "questionId": {
            "type": "keyword",
            "store": "true"
        },
        "site": {
            "type": "keyword",
            "store": "true"
        },
        "hash": {
            "type": "keyword",
            "store": "true"
        },
        "questionPoolId": {
            "type": "keyword",
            "store": "true"
        },
        "tags": {
            "type": "keyword",
            "store": "true"
        },
        "type": {
            "type": "keyword",
            "store": "true"
        },
        "subtype": {
            "type": "keyword",
            "store": "true"
        },
        "typeId": {
            "type": "keyword",
            "store": "true"
        },
        "qText": {
            "type": "keyword",
            "store": "true"
        },
        "assessmentId": {
            "type": "keyword",
            "store": "true"
        },
        "reference": {
            "type": "keyword",
            "store": "true"
        },
        "indexed": {
            "type": "boolean",
            "null_value": "false",
            "store": "false"
        },
        "contents": {
            "type": "text",
            "analyzer": "standard",
            "store": "true"
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy