Uses of Class
com.azure.search.documents.indexes.models.CustomEntity
Packages that use CustomEntity
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of CustomEntity in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return CustomEntityModifier and TypeMethodDescriptionstatic CustomEntityCustomEntity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CustomEntity from the JsonReader.CustomEntity.setAccentSensitive(Boolean accentSensitive) Set the accentSensitive property: Defaults to false.CustomEntity.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.CustomEntity.setCaseSensitive(Boolean caseSensitive) Set the caseSensitive property: Defaults to false.CustomEntity.setDefaultAccentSensitive(Boolean defaultAccentSensitive) Set the defaultAccentSensitive property: Changes the default accent sensitivity value for this entity.CustomEntity.setDefaultCaseSensitive(Boolean defaultCaseSensitive) Set the defaultCaseSensitive property: Changes the default case sensitivity value for this entity.CustomEntity.setDefaultFuzzyEditDistance(Integer defaultFuzzyEditDistance) Set the defaultFuzzyEditDistance property: Changes the default fuzzy edit distance value for this entity.CustomEntity.setDescription(String description) Set the description property: This field can be used as a passthrough for custom metadata about the matched text(s).CustomEntity.setFuzzyEditDistance(Integer fuzzyEditDistance) Set the fuzzyEditDistance property: Defaults to 0.Set the id property: This field can be used as a passthrough for custom metadata about the matched text(s).CustomEntity.setSubtype(String subtype) Set the subtype property: This field can be used as a passthrough for custom metadata about the matched text(s).Set the type property: This field can be used as a passthrough for custom metadata about the matched text(s).Methods in com.azure.search.documents.indexes.models that return types with arguments of type CustomEntityModifier and TypeMethodDescriptionCustomEntityLookupSkill.getInlineEntitiesDefinition()Get the inlineEntitiesDefinition property: The inline CustomEntity definition.Methods in com.azure.search.documents.indexes.models with parameters of type CustomEntityModifier and TypeMethodDescriptionCustomEntityLookupSkill.setInlineEntitiesDefinition(CustomEntity... inlineEntitiesDefinition) Set the inlineEntitiesDefinition property: The inline CustomEntity definition.Method parameters in com.azure.search.documents.indexes.models with type arguments of type CustomEntityModifier and TypeMethodDescriptionCustomEntityLookupSkill.setInlineEntitiesDefinition(List<CustomEntity> inlineEntitiesDefinition) Set the inlineEntitiesDefinition property: The inline CustomEntity definition.