Uses of Class
com.azure.search.documents.models.QueryResultDocumentSubscores
Packages that use QueryResultDocumentSubscores
Package
Description
Package containing the data models for SearchIndexClient.
-
Uses of QueryResultDocumentSubscores in com.azure.search.documents.models
Classes in com.azure.search.documents.models that implement interfaces with type arguments of type QueryResultDocumentSubscoresModifier and TypeClassDescriptionfinal classThe breakdown of subscores between the text and vector query components of the search query for this document.Methods in com.azure.search.documents.models that return QueryResultDocumentSubscoresModifier and TypeMethodDescriptionstatic QueryResultDocumentSubscoresQueryResultDocumentSubscores.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of QueryResultDocumentSubscores from the JsonReader.VectorsDebugInfo.getSubscores()Get the subscores property: The breakdown of subscores of the document prior to the chosen result set fusion/combination method such as RRF.