Uses of Class
com.azure.search.documents.models.QueryCaption
Packages that use QueryCaption
Package
Description
Package containing the data models for SearchIndexClient.
-
Uses of QueryCaption in com.azure.search.documents.models
Methods in com.azure.search.documents.models that return QueryCaptionModifier and TypeMethodDescriptionSemanticSearchOptions.getQueryCaption()Get the query caption property: This parameter is only valid if the query type is 'semantic'.QueryCaption.setHighlightEnabled(Boolean highlightEnabled) Sets whether to highlight the captioned text in the result.QueryCaption.setMaxCharLength(Integer maxCharLength) Sets the maximum number of characters to include in the caption.Methods in com.azure.search.documents.models with parameters of type QueryCaptionModifier and TypeMethodDescriptionSemanticSearchOptions.setQueryCaption(QueryCaption queryCaption) Set the query caption property: This parameter is only valid if the query type is 'semantic'.