Class RescoringDescriptor<T>
Inheritance
RescoringDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
public class RescoringDescriptor<T> : DescriptorPromiseBase<RescoringDescriptor<T>, IList<IRescore>>, IDescriptor, IPromise<IList<IRescore>> where T : class
Type Parameters
Constructors
|
Edit this page
View Source
RescoringDescriptor()
Declaration
public RescoringDescriptor()
Methods
|
Edit this page
View Source
Rescore(Func<RescoreDescriptor<T>, IRescore>)
Declaration
public RescoringDescriptor<T> Rescore(Func<RescoreDescriptor<T>, IRescore> selector)
Parameters
Returns
Implements
Extension Methods