JoinSpec.AggregationScoringStrategy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.