Uses of Class
com.azure.search.documents.indexes.models.CustomEntityAlias
Packages that use CustomEntityAlias
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of CustomEntityAlias in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return CustomEntityAliasModifier and TypeMethodDescriptionCustomEntityAlias.setAccentSensitive
(Boolean accentSensitive) Set the accentSensitive property: Determine if the alias is accent sensitive.CustomEntityAlias.setCaseSensitive
(Boolean caseSensitive) Set the caseSensitive property: Determine if the alias is case sensitive.CustomEntityAlias.setFuzzyEditDistance
(Integer fuzzyEditDistance) Set the fuzzyEditDistance property: Determine the fuzzy edit distance of the alias.Methods in com.azure.search.documents.indexes.models that return types with arguments of type CustomEntityAliasModifier and TypeMethodDescriptionCustomEntity.getAliases()
Get the aliases property: An array of complex objects that can be used to specify alternative spellings or synonyms to the root entity name.Method parameters in com.azure.search.documents.indexes.models with type arguments of type CustomEntityAliasModifier and TypeMethodDescriptionCustomEntity.setAliases
(List<CustomEntityAlias> aliases) Set the aliases property: An array of complex objects that can be used to specify alternative spellings or synonyms to the root entity name.