SearchableFieldAttribute.IndexAnalyzerName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the name of the language analyzer for indexing. This property must be set together with SearchAnalyzerName, and cannot be set when AnalyzerName is set. This property cannot be set to the name of a language analyzer; use the AnalyzerName property instead if you need a language analyzer. Once the analyzer is chosen, it cannot be changed for the field in the index.
public string IndexAnalyzerName { get; set; }
member this.IndexAnalyzerName : string with get, set
Public Property IndexAnalyzerName As String
Property Value
String values from LexicalAnalyzerName, or the name of a custom analyzer previously uploaded.
Applies to
Azure SDK for .NET