Uses of Class
com.azure.search.documents.indexes.models.CustomEntityLookupSkill
Packages that use CustomEntityLookupSkill
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of CustomEntityLookupSkill in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return CustomEntityLookupSkillModifier and TypeMethodDescriptionstatic CustomEntityLookupSkillCustomEntityLookupSkill.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CustomEntityLookupSkill from the JsonReader.CustomEntityLookupSkill.setContext(String context) Set the context property: Represents the level at which operations take place, such as the document root or document content (for example, /document or /document/content).CustomEntityLookupSkill.setDefaultLanguageCode(CustomEntityLookupSkillLanguage defaultLanguageCode) Set the defaultLanguageCode property: A value indicating which language code to use.CustomEntityLookupSkill.setDescription(String description) Set the description property: The description of the skill which describes the inputs, outputs, and usage of the skill.CustomEntityLookupSkill.setEntitiesDefinitionUri(String entitiesDefinitionUri) Set the entitiesDefinitionUri property: Path to a JSON or CSV file containing all the target text to match against.CustomEntityLookupSkill.setGlobalDefaultAccentSensitive(Boolean globalDefaultAccentSensitive) Set the globalDefaultAccentSensitive property: A global flag for AccentSensitive.CustomEntityLookupSkill.setGlobalDefaultCaseSensitive(Boolean globalDefaultCaseSensitive) Set the globalDefaultCaseSensitive property: A global flag for CaseSensitive.CustomEntityLookupSkill.setGlobalDefaultFuzzyEditDistance(Integer globalDefaultFuzzyEditDistance) Set the globalDefaultFuzzyEditDistance property: A global flag for FuzzyEditDistance.CustomEntityLookupSkill.setInlineEntitiesDefinition(CustomEntity... inlineEntitiesDefinition) Set the inlineEntitiesDefinition property: The inline CustomEntity definition.CustomEntityLookupSkill.setInlineEntitiesDefinition(List<CustomEntity> inlineEntitiesDefinition) Set the inlineEntitiesDefinition property: The inline CustomEntity definition.Set the name property: The name of the skill which uniquely identifies it within the skillset.