mirror of https://github.com/apache/druid.git
14 lines
302 B
Plaintext
14 lines
302 B
Plaintext
|
{
|
||
|
"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"]
|
||
|
}
|