mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2025-01-05 12:54:12 +00:00
parent
46db8e1f96
commit
ffd606d60c
@ -596,22 +596,53 @@ async def predict_async(event, context):
|
|||||||
},
|
},
|
||||||
"query": {
|
"query": {
|
||||||
"bool": {
|
"bool": {
|
||||||
"must": [],
|
"must_not":[
|
||||||
"filter": [
|
{
|
||||||
{
|
"match": {
|
||||||
"match_all": {}
|
"lat": 0,
|
||||||
},
|
}
|
||||||
{
|
},
|
||||||
"range": {
|
{
|
||||||
"datetime": {
|
"match": {
|
||||||
"gte": "now-10m",
|
"lon": 0,
|
||||||
"lte": "now",
|
}
|
||||||
"format": "strict_date_optional_time"
|
},
|
||||||
|
{
|
||||||
|
"match": {
|
||||||
|
"sats": 0,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
],
|
||||||
}
|
# "must": [
|
||||||
],
|
# {
|
||||||
"should": []
|
# "exists": {
|
||||||
|
# "field": "sats"
|
||||||
|
# }
|
||||||
|
# },
|
||||||
|
# {
|
||||||
|
# "range": {
|
||||||
|
# "sats": {
|
||||||
|
# "gte": 1,
|
||||||
|
# "lt": None
|
||||||
|
# }
|
||||||
|
# }
|
||||||
|
# }
|
||||||
|
# ],
|
||||||
|
"filter": [
|
||||||
|
{
|
||||||
|
"match_all": {}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"range": {
|
||||||
|
"datetime": {
|
||||||
|
"gte": "now-10m",
|
||||||
|
"lte": "now",
|
||||||
|
"format": "strict_date_optional_time"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"should": []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"size": 0
|
"size": 0
|
||||||
|
Loading…
Reference in New Issue
Block a user