2

このエラーが発生し、理由がわからない場合は、mongodb全文検索を処理する関数のスニペットを次に示します。

...
db.collection.ensureIndex({ description: 'text' }, { name: 'TextIndex' });

db.collection.runCommand('text', { search: 'my query' }, function (err, res) {
   console.log(res); 
  // { 
  //   "message": "failed to search items for user by query", 
  //   "error": "too many text index for: .. 
  // }
});

同じ問題がmongoシェルにも表示されます..

4

0 に答える 0