Uses of Class
com.azure.cosmos.models.CosmosFullTextPath
Packages that use CosmosFullTextPath
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of CosmosFullTextPath in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return CosmosFullTextPathModifier and TypeMethodDescriptionCosmosFullTextPath.setLanguage
(String language) Sets the language for the cosmosFullText path.Sets the path for the cosmosFullText.Methods in com.azure.cosmos.models that return types with arguments of type CosmosFullTextPathModifier and TypeMethodDescriptionCosmosFullTextPolicy.getPaths()
Gets the paths for cosmosFulltext.Method parameters in com.azure.cosmos.models with type arguments of type CosmosFullTextPathModifier and TypeMethodDescriptionCosmosFullTextPolicy.setPaths
(List<CosmosFullTextPath> paths) Sets the paths for cosmosFulltext.