Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Field.Analyzer 属性

定义

获取或设置要用于字段的语言分析器的名称。 此选项只能用于可搜索字段,并且无法与 searchAnalyzer 或 indexAnalyzer 一起设置。 选择分析器后,无法为字段更改它。 对于复杂字段,必须为 null。 可能的值包括:“ar.microsoft”、“ar.lucene”、“hy.lucene”、 'bn.microsoft', 'eu.lucene', 'bg.microsoft', 'bg.lucene', 'ca.microsoft', 'ca.lucene', 'zh-Hans.microsoft', 'zh-Hans.lucene', 'zh-Hant.microsoft', 'zh-Hant.lucene', 'hr.microsoft', 'cs.microsoft', 'da.microsoft', 'da.lucene', 'nl.microsoft', 'nl.lucene', 'en.microsoft', 'en.lucene', 'et.microsoft', 'fi.microsoft', 'fi.lucene', 'fr.microsoft', 'fr.lucene', 'gl.lucene', 'de.microsoft', 'de.lucene',el.microsoft“、”el.lucene“、”gu.microsoft“、”he.microsoft“、”hi.microsoft“、”hi.lucene“、”hu.microsoft“、”hu.lucene“、”is.microsoft“、”id.microsoft“、”id.lucene“、”id.lucene“、”ga.lucene“、”it.microsoft“、”it.lucene“、”ja.microsoft“、”ja.lucene“、”kn.microsoft“、 'ko.microsoft', 'ko.lucene', 'lv.microsoft', 'lv.lucene', 'lt.microsoft', 'ml.microsoft', 'ms.microsoft', 'mr.microsoft', 'nb.microsoft', 'no.lucene', 'fa.lucene', 'pl.microsoft', 'pl.lucene', 'pt-BR.microsoft', 'pt-BR.lucene', 'pt-PT.microsoft、'pt-PT.lucene'、'pa.microsoft'、'ro.microsoft'、'ro.lucene'、'ru.microsoft'、'ru.lucene'、'sr-cyrillic.microsoft'、'sr-latin.microsoft'、'sk.microsoft'、'sl.microsoft'、'es.microsoft', “es.lucene”、“sv.microsoft”、“sv.lucene”、“ta.microsoft”、“te.microsoft”、“th.microsoft”、“th.lucene”、“tr.microsoft”、“tr.lucene”、“uk.microsoft”、“your.microsoft”、“vi.microsoft”、“standard.lucene”、“standardasciifolding.lucene”、“关键字 (keyword) ', 'pattern', 'simple', 'stop', 'whitespace'

[Newtonsoft.Json.JsonProperty(PropertyName="analyzer")]
public Microsoft.Azure.Search.Models.AnalyzerName? Analyzer { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="analyzer")>]
member this.Analyzer : Nullable<Microsoft.Azure.Search.Models.AnalyzerName> with get, set
Public Property Analyzer As Nullable(Of AnalyzerName)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于