{
"filters": {
"type" : "array",
"value" :
[
{
"type" : "json",
"value" : {
"not_query" : {
"type" : "boolean",
"value" : false
},
"fields" : {
"type" : "json",
"value" : {
"feed_id" : {
"type" : "int",
"value" : 123
},
"price" : {
"type" : "array",
"value" : [
123,
456,
789
]
},
"somefield" : {
"type" : "json",
"value" : {
"min" : {
"type" : "int",
"value" : 123
},
"max" : {
"type" : "int",
"value" : 1234
}
}
}
}
}
}
}
]
},
"order" : {
"type" : "json",
"value" : {
"asc" : {
"type" : "array",
"value" : [
"feed_id",
"price"
]
},
"desc" : {
"type" : "array",
"value" : [
"somefield",
"otherfield"
]
}
}
},
"aggregations" : {
"type" : "json",
"value" : {
"is_global" : {
"type" : "boolean",
"value" : false
},
"fields" : {
"type" : "json",
"value" : {
"count" : {
"type" : "array",
"value" : [
"field1",
"field2"
]
}
}
}
}
}
}
-
Notifications
You must be signed in to change notification settings - Fork 1
nimeshkverma/SolrFlask
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published