다음을 통해 공유


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

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