Interface IRankFeaturesProperty
A field that can index numeric feature vectors, so that they can later be used to boost documents in queries with a rank_feature query. It is analogous to the IRankFeatureProperty datatype, but is better suited when the list of features is sparse so that it wouldn't be reasonable to add one field to the mappings for each of them.
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IRankFeaturesProperty : IProperty, IFieldMapping