db.articles.createIndex(
    { subject: "text", post: "text" },
    { weights: {subject: 10, post: 5} }
);