Uses of Enum
com.azure.cosmos.models.CosmosFullTextScoreScope
Packages that use CosmosFullTextScoreScope
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of CosmosFullTextScoreScope in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return CosmosFullTextScoreScopeModifier and TypeMethodDescriptionCosmosQueryRequestOptions.getFullTextScoreScope()Gets the scope for computing BM25 statistics used by FullTextScore in hybrid search queries.static CosmosFullTextScoreScopeReturns the enum constant of this type with the specified name.static CosmosFullTextScoreScope[]CosmosFullTextScoreScope.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.cosmos.models with parameters of type CosmosFullTextScoreScopeModifier and TypeMethodDescriptionCosmosQueryRequestOptions.setFullTextScoreScope(CosmosFullTextScoreScope fullTextScoreScope) Sets the scope for computing BM25 statistics used by FullTextScore in hybrid search queries.