Share via


AppSearchSchema.StringPropertyConfig.IndexingTypeExactTerms Field

Definition

Caution

This constant will be removed in the future version. Use Android.App.AppSearch.IndexingType enum directly instead of this field.

Content in this property should only be returned for queries matching the exact tokens appearing in this property.

[Android.Runtime.Register("INDEXING_TYPE_EXACT_TERMS", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.AppSearch.IndexingType enum directly instead of this field.", true)]
public const Android.App.AppSearch.IndexingType IndexingTypeExactTerms = 1;
[<Android.Runtime.Register("INDEXING_TYPE_EXACT_TERMS", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.AppSearch.IndexingType enum directly instead of this field.", true)>]
val mutable IndexingTypeExactTerms : Android.App.AppSearch.IndexingType

Field Value

Value = 1
Attributes

Remarks

Java documentation for android.app.appsearch.AppSearchSchema.StringPropertyConfig.INDEXING_TYPE_EXACT_TERMS.

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