AppSearchSchema.StringPropertyConfig.TokenizerTypeVerbatim Campo

Definizione

Attenzione

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

Questo valore indica che non deve essere applicata alcuna normalizzazione o segmentazione ai valori stringa che vengono tokenizzati usando questo tipo.

[Android.Runtime.Register("TOKENIZER_TYPE_VERBATIM", ApiSince=34)]
[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 TokenizerTypeVerbatim = 2;
[<Android.Runtime.Register("TOKENIZER_TYPE_VERBATIM", ApiSince=34)>]
[<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 TokenizerTypeVerbatim : Android.App.AppSearch.TokenizerType

Valore del campo

Value = 2
Attributi

Commenti

Questo valore indica che non deve essere applicata alcuna normalizzazione o segmentazione ai valori stringa che vengono tokenizzati usando questo tipo. Di conseguenza, il token di output è equivalente al valore stringa non elaborato.

Ad esempio, una proprietà con "Hello, world!" produrrà il token "Hello, world!", mantenendo la punteggiatura e la maiuscola e non creando token separati tra lo spazio.

È valido solo per tokenizer_type essere 'VERBATIM' se #getIndexingType è #INDEXING_TYPE_EXACT_TERMS o #INDEXING_TYPE_PREFIXES.

per android.app.appsearch.AppSearchSchema.StringPropertyConfig.TOKENIZER_TYPE_VERBATIM.

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