Example:

  1. const s = new Schema({name : {type: String, text : true })
  2. s.path('name').index({text : true});