Add search query example

This commit is contained in:
Trotter Cashion 2012-10-24 17:30:04 -07:00
parent 2d69a833f4
commit a3eb4f3293
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{
"queryType": "search",
"dataSource": "twitterstream",
"granularity": "all",
"searchDimensions": ["htags"],
"limit": 1,
"query": {
"type": "fragment",
"values": ["men"],
"sort": { "type": "strlen" }
},
"intervals":["2012-10-01T00:00/2020-01-01T00"]
}