Uses of Class
com.azure.search.documents.indexes.models.CustomEntityAlias
Packages that use CustomEntityAlias
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of CustomEntityAlias in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return CustomEntityAliasModifier and TypeMethodDescriptionstatic CustomEntityAliasCustomEntityAlias.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CustomEntityAlias from the JsonReader.CustomEntityAlias.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.