Bearbeiten:
category: {type: Schema.Types.ObjectId, ref: 'Kategorie', es_schema: Kategorie, es_indexed: true, es_select: 'name'},
= & gt; _category: {type: Schema.Types.ObjectId, ref: 'Kategorie'},
Und verwenden Sie populate: .populate ('_ category', 'name')
Ich hoffe, es wird dir helfen.
Siehe mehr: Ссылка
Tags und Links node.js elasticsearch mongoose mongoosastic