Uses of Class
com.azure.cosmos.models.CosmosFullTextPolicy
Packages that use CosmosFullTextPolicy
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of CosmosFullTextPolicy in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return CosmosFullTextPolicyModifier and TypeMethodDescriptionCosmosContainerProperties.getFullTextPolicy()Gets the Full Text Policy containing paths for full text search and the language specification for each path.CosmosFullTextPolicy.setDefaultLanguage(String defaultLanguage) Sets the default language for cosmosFullText.CosmosFullTextPolicy.setPaths(List<CosmosFullTextPath> paths) Sets the paths for cosmosFulltext.Methods in com.azure.cosmos.models with parameters of type CosmosFullTextPolicyModifier and TypeMethodDescriptionCosmosContainerProperties.setFullTextPolicy(CosmosFullTextPolicy value) Gets the Full Text Policy containing paths for full text search and the language specification for each path.