SearchModelFactory.CustomEntityAlias Method
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.
A complex object that can be used to specify alternative spellings or synonyms to the root entity name.
public static Azure.Search.Documents.Indexes.Models.CustomEntityAlias CustomEntityAlias(string text = default, bool? caseSensitive = default, bool? accentSensitive = default, int? fuzzyEditDistance = default);
static member CustomEntityAlias : string * Nullable<bool> * Nullable<bool> * Nullable<int> -> Azure.Search.Documents.Indexes.Models.CustomEntityAlias
Public Shared Function CustomEntityAlias (Optional text As String = Nothing, Optional caseSensitive As Nullable(Of Boolean) = Nothing, Optional accentSensitive As Nullable(Of Boolean) = Nothing, Optional fuzzyEditDistance As Nullable(Of Integer) = Nothing) As CustomEntityAlias
Parameters
- text
- String
The text of the alias.
Returns
A new CustomEntityAlias instance for mocking.