{
"bloomfFilter": [1,2,3,4, ... ],
"type": {
"first": false,
"second": false,
"third": false,
"fourth": true,
"fifth": false,
"sixth": false,
"seventh": false
},
"lookingForTypes": [
"second", "third", "sixth"
],
"value": 200,
"rank": 100
}where bloomFilter arrayContains(2654)
where type.first == false
where type.second == false
where type.sixth == false
where typesLookingFor.third == true
where value > 150
where value < 250
order by rank DESC{
"indexes": [
{
"collectionId": "search_4",
"state": "READY",
"fields": [
{
"fieldPath": "bloomFilter",
"mode": "ARRAY_CONTAINS"
},
{
"fieldPath": "typesLookingFor.first",
"mode": "ASCENDING"
},
{
"fieldPath": "typesLookingFor.second",
"mode": "ASCENDING"
},
{
"fieldPath": "typesLookingFor.third",
"mode": "ASCENDING"
},
{
"fieldPath": "typesLookingFor.fourth",
"mode": "ASCENDING"
},
{
"fieldPath": "typesLookingFor.fifth",
"mode": "ASCENDING"
},
{
"fieldPath": "typesLookingFor.sixth",
"mode": "ASCENDING"
},
{
"fieldPath": "typesLookingFor.seventh",
"mode": "ASCENDING"
},
{
"fieldPath": "type.first",
"mode": "ASCENDING"
},
{
"fieldPath": "type.second",
"mode": "ASCENDING"
},
{
"fieldPath": "type.third",
"mode": "ASCENDING"
},
{
"fieldPath": "type.fourth",
"mode": "ASCENDING"
},
{
"fieldPath": "type.fifth",
"mode": "ASCENDING"
},
{
"fieldPath": "type.sixth",
"mode": "ASCENDING"
},
{
"fieldPath": "type.seventh",
"mode": "ASCENDING"
},
{
"fieldPath": "rank",
"mode": "DESCENDING"
}
]
}
]
}--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/c543a5bb-7915-4dd0-a562-5640015db0c4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to fireba...@googlegroups.com.