You define this index. Then you run two queries. Which query is eligible to use the index?db.tasks.createIndex( { score: 1 }, { partialFilterExpression: { archived: false } } )