Uses of Class
com.azure.search.documents.indexes.models.SemanticConfiguration
Packages that use SemanticConfiguration
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of SemanticConfiguration in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return SemanticConfigurationModifier and TypeMethodDescriptionstatic SemanticConfigurationSemanticConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SemanticConfiguration from the JsonReader.SemanticConfiguration.setFlightingOptIn(Boolean flightingOptIn) Set the flightingOptIn property: Determines how which semantic or query rewrite models to use during model flighting/upgrades.Methods in com.azure.search.documents.indexes.models that return types with arguments of type SemanticConfigurationModifier and TypeMethodDescriptionSemanticSearch.getConfigurations()Get the configurations property: The semantic configurations for the index.Method parameters in com.azure.search.documents.indexes.models with type arguments of type SemanticConfigurationModifier and TypeMethodDescriptionSemanticSearch.setConfigurations(List<SemanticConfiguration> configurations) Set the configurations property: The semantic configurations for the index.