mirror of
https://github.com/apache/druid.git
synced 2025-02-10 12:05:00 +00:00
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"]
|
|
}
|