Uses of Class
com.azure.search.documents.models.QueryAnswerType
Packages that use QueryAnswerType
Package
Description
Package containing the data models for SearchIndexClient.
-
Uses of QueryAnswerType in com.azure.search.documents.models
Subclasses with type arguments of type QueryAnswerType in com.azure.search.documents.modelsModifier and TypeClassDescriptionfinal classThis parameter is only valid if the query type is `semantic`.Fields in com.azure.search.documents.models declared as QueryAnswerTypeModifier and TypeFieldDescriptionstatic final QueryAnswerTypeQueryAnswerType.EXTRACTIVEExtracts answer candidates from the contents of the documents returned in response to a query expressed as a question in natural language.static final QueryAnswerTypeQueryAnswerType.NONEDo not return answers for the query.Methods in com.azure.search.documents.models that return QueryAnswerTypeModifier and TypeMethodDescriptionstatic QueryAnswerTypeQueryAnswerType.fromString(String name) Creates or finds a QueryAnswerType from its string representation.QueryAnswer.getAnswerType()Gets the type of answers to generate.Methods in com.azure.search.documents.models that return types with arguments of type QueryAnswerTypeModifier and TypeMethodDescriptionstatic Collection<QueryAnswerType> QueryAnswerType.values()Gets known QueryAnswerType values.Constructors in com.azure.search.documents.models with parameters of type QueryAnswerTypeModifierConstructorDescriptionQueryAnswer(QueryAnswerType answerType) Creates a new instance ofQueryAnswer.