Uses of Class
com.azure.ai.openai.models.ElasticsearchQueryType
Packages that use ElasticsearchQueryType
-
Uses of ElasticsearchQueryType in com.azure.ai.openai.models
Fields in com.azure.ai.openai.models declared as ElasticsearchQueryTypeModifier and TypeFieldDescriptionstatic final ElasticsearchQueryTypeElasticsearchQueryType.SIMPLERepresents the default, simple query parser.static final ElasticsearchQueryTypeElasticsearchQueryType.VECTORRepresents vector search over computed data.Methods in com.azure.ai.openai.models that return ElasticsearchQueryTypeModifier and TypeMethodDescriptionstatic ElasticsearchQueryTypeElasticsearchQueryType.fromString(String name) Creates or finds a ElasticsearchQueryType from its string representation.ElasticsearchChatExtensionParameters.getQueryType()Get the queryType property: The query type of Elasticsearch®.Methods in com.azure.ai.openai.models that return types with arguments of type ElasticsearchQueryTypeModifier and TypeMethodDescriptionstatic Collection<ElasticsearchQueryType> ElasticsearchQueryType.values()Gets known ElasticsearchQueryType values.Methods in com.azure.ai.openai.models with parameters of type ElasticsearchQueryTypeModifier and TypeMethodDescriptionElasticsearchChatExtensionParameters.setQueryType(ElasticsearchQueryType queryType) Set the queryType property: The query type of Elasticsearch®.