AverageVector constant

RecommendStrategy const AverageVector

Average positive and negative vectors and create a single query with the formula query = avg_pos + avg_pos - avg_neg. Then performs normal search.

Implementation

static const RecommendStrategy AverageVector = RecommendStrategy._(0, _omitEnumNames ? '' : 'AverageVector');