AppSearchSchema.StringPropertyConfig.TokenizerType Property

Definition

Returns how this property is tokenized (split into words).

public int TokenizerType { [Android.Runtime.Register("getTokenizerType", "()I", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getTokenizerType", "()I", "", ApiSince=31)>]
member this.TokenizerType : int

Property Value

Value is one of the following: TOKENIZER_TYPE_NONE TOKENIZER_TYPE_PLAIN TOKENIZER_TYPE_VERBATIM TOKENIZER_TYPE_RFC822

Attributes

Remarks

Returns how this property is tokenized (split into words).

Java documentation for android.app.appsearch.AppSearchSchema.StringPropertyConfig.getTokenizerType().

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