Uses of Class
com.azure.cosmos.models.CosmosFullTextPolicy
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of CosmosFullTextPolicy in com.azure.cosmos.models
Modifier 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.Modifier and TypeMethodDescriptionCosmosContainerProperties.setFullTextPolicy
(CosmosFullTextPolicy value) Gets the Full Text Policy containing paths for full text search and the language specification for each path.