{
    "index_patterns": [
        "vectororder_detail.v*"
    ],
    "template": {
        "mappings": {
            "properties": {
                "created_at": {
                    "type": "date"
                },
                "delivery": {
                    "type": "keyword"
                },
                "delivery_ended": {
                    "type": "date"
                },
                "delivery_started": {
                    "type": "date"
                },
                "display_upc": {
                    "type": "keyword"
                },
                "encoder_id": {
                    "type": "short"
                },
                "encoding": {
                    "type": "keyword"
                },
                "encoding_ended": {
                    "type": "date"
                },
                "encoding_queue_detail_id": {
                    "type": "integer"
                },
                "encoding_queue_id": {
                    "type": "integer"
                },
                "encoding_started": {
                    "type": "date"
                },
                "error_log": {
                    "type": "text"
                },
                "is_duplicate": {
                    "type": "boolean"
                },
                "meta_update": {
                    "type": "boolean"
                },
                "order_id": {
                    "type": "long"
                },
                "order_type": {
                    "type": "keyword"
                },
                "priority": {
                    "type": "short"
                },
                "product_id": {
                    "type": "long"
                },
                "status": {
                    "type": "keyword"
                },
                "store_id": {
                    "type": "short"
                },
                "upc": {
                    "type": "long"
                },
                "user_id": {
                    "type": "integer"
                }
            }
        }
    }
}
