Mongoose 4.3.7 , Partial Indexes of MongoDB 3.2.
.
ScheduleModel.collection.createIndex({"type" : 1 } , {background:true , partialFilterExpression : { type :"g" }} , function(err , result){
console.log(err , result);
});
, partialFilterExpression, .