mirror of https://github.com/apache/druid.git
Add search query example
This commit is contained in:
parent
2d69a833f4
commit
a3eb4f3293
|
@ -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"]
|
||||
}
|
Loading…
Reference in New Issue