{
    "person" : {
        "properties" :{
            "name" : {
                "type" : "text",
                "store" : true,
                "fields": {
                    "name" : {
                        "type" : "text",
                        "store" : true
                    },
                    "indexed":{
                        "type": "text"
                    },
                    "not_indexed":{
                        "type": "text",
                        "index":false,
                        "store":true
                    },
                    "not_indexed2":{
                        "type": "text",
                        "index":false,
                        "store":true
                    }
                }
            }
        }
    }
}
