Class RankFeaturesPropertyDescriptor<T>
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 IRank
Inheritance
RankFeaturesPropertyDescriptor<T>
Inherited Members
Namespace: OpenSearch .Client
Assembly: OpenSearch.Client.dll
Syntax
public class RankFeaturesPropertyDescriptor<T> : PropertyDescriptorBase<RankFeaturesPropertyDescriptor<T>, IRankFeaturesProperty, T>, IDescriptor, IRankFeaturesProperty, IProperty, IFieldMapping where T : class
Type Parameters
Name | Description |
---|---|
T |
Constructors
| Edit this page View SourceRankFeaturesPropertyDescriptor()
Declaration
public RankFeaturesPropertyDescriptor()