Language

JoinSpec.AggregationScoringStrategy Property

Definition

Gets the joined document list scoring strategy.

public Android.App.AppSearch.JoinSpecAggregationScoring AggregationScoringStrategy { [Android.Runtime.Register("getAggregationScoringStrategy", "()I", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getAggregationScoringStrategy", "()I", "", ApiSince=34)>]
member this.AggregationScoringStrategy : Android.App.AppSearch.JoinSpecAggregationScoring

Property Value

Value is one of the following: AGGREGATION_SCORING_OUTER_RESULT_RANKING_SIGNAL AGGREGATION_SCORING_RESULT_COUNT AGGREGATION_SCORING_MIN_RANKING_SIGNAL AGGREGATION_SCORING_AVG_RANKING_SIGNAL AGGREGATION_SCORING_MAX_RANKING_SIGNAL AGGREGATION_SCORING_SUM_RANKING_SIGNAL

Attributes

Remarks

Gets the joined document list scoring strategy.

The default scoring strategy is #AGGREGATION_SCORING_OUTER_RESULT_RANKING_SIGNAL, which specifies that the score of the outer parent document will be used.

Java documentation for android.app.appsearch.JoinSpec.getAggregationScoringStrategy().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to