AppSearchSchema.StringPropertyConfig.TokenizerTypePlain Campo

Definizione

Attenzione

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

Tokenizzazione per testo normale.

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

Valore del campo

Value = 1
Attributi

Commenti

Tokenizzazione per testo normale. Questo valore indica che i token devono essere estratti da questa proprietà in base alle word break. I segmenti di spazi vuoti e punteggiatura non sono considerati token.

Ad esempio, una proprietà con "foo bar. baz." produrrà token per "foo", "bar" e "baz". I segmenti " e "." non verranno considerati token.

È valido solo per tokenizer_type essere "PLAIN" se #getIndexingType è #INDEXING_TYPE_EXACT_TERMS o #INDEXING_TYPE_PREFIXES.

per android.app.appsearch.AppSearchSchema.StringPropertyConfig.TOKENIZER_TYPE_PLAIN.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a