Partager via


JoinSpec.NestedSearchSpec Property

Definition

Returns the search spec used to retrieve the joined documents.

public Android.App.AppSearch.SearchSpec NestedSearchSpec { [Android.Runtime.Register("getNestedSearchSpec", "()Landroid/app/appsearch/SearchSpec;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getNestedSearchSpec", "()Landroid/app/appsearch/SearchSpec;", "", ApiSince=34)>]
member this.NestedSearchSpec : Android.App.AppSearch.SearchSpec

Property Value

Attributes

Remarks

Returns the search spec used to retrieve the joined documents.

If Builder#setNestedSearch is never called, this will return a SearchSpec with all default values. This will match every document, as the nested search query will be "" and no schema will be filtered out.

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

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