Commit 525fff51 authored by Francesco Poldi's avatar Francesco Poldi

Fixed name field

parent aec43fa4
......@@ -37,7 +37,7 @@ PUT twinttweets
"quote_url": {"type": "text"},
"search": {"type": "text"},
"near": {"type": "text"},
"geo_tweet": {"type": "geopoint"}
"geo_tweet": {"type": "geo_point"}
}
}
}
......
......@@ -22,7 +22,7 @@ PUT twintuser
"avatar": {"type": "text"},
"background_image": {"type": "text"},
"session": {"type": "keyword"},
"geo_user": {"type": "geopoint"}
"geo_user": {"type": "geo_point"}
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment