# works with and without specifying the analyzer
curl -XGET 'http://localhost:9200/test/type1/_search?pretty=true' -d '{
    "query":{
        "text":{
            "field1":{
                "query":"matt weber"
            }
        }
    }
}'