私自身の質問に答えます。私は確かにマングースの独特の方法で構文エラーがありました。 3つのパラメーターを受け入れますが、2つしかありませんでした。正規表現(または任意の条件)を使用した正しい構文は次のとおりです。
Performance.collection.distinct('lc_actor', {lc_actor: regex}, function(err, docs) {
Model.distinct()のMongooseドキュメントから:
Model.distinct(field, conditions, callback);
http://mongoosejs.com/docs/finding-documents.html