SearchResult.InformationalRankingSignals Property

Definition

Returns the informational ranking signals of the GenericDocument, according to the expressions added in SearchSpec.Builder#addInformationalRankingExpressions.

public System.Collections.Generic.IList<Java.Lang.Double> InformationalRankingSignals { [Android.Runtime.Register("getInformationalRankingSignals", "()Ljava/util/List;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getInformationalRankingSignals", "()Ljava/util/List;", "", ApiSince=36)>]
member this.InformationalRankingSignals : System.Collections.Generic.IList<Java.Lang.Double>

Property Value

Attributes

Remarks

Returns the informational ranking signals of the GenericDocument, according to the expressions added in SearchSpec.Builder#addInformationalRankingExpressions.

Java documentation for android.app.appsearch.SearchResult.getInformationalRankingSignals().

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