Partager via


AppSearchSchema.StringPropertyConfig.IndexingTypeExactTerms Champ

Définition

Attention

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

Le contenu de cette propriété ne doit être retourné que pour les requêtes correspondant aux jetons exacts apparaissant dans cette propriété.

[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

Valeur de champ

Value = 1
Attributs

Remarques

Documentation Java pour android.app.appsearch.AppSearchSchema.StringPropertyConfig.INDEXING_TYPE_EXACT_TERMS.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à