Package com.azure.cosmos.models
Class CosmosFullTextPolicy
java.lang.Object
com.azure.cosmos.models.CosmosFullTextPolicy
Full Text Search Policy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the default language for cosmosFullText.getPaths()
Gets the paths for cosmosFulltext.setDefaultLanguage
(String defaultLanguage) Sets the default language for cosmosFullText.setPaths
(List<CosmosFullTextPath> paths) Sets the paths for cosmosFulltext.
-
Constructor Details
-
CosmosFullTextPolicy
public CosmosFullTextPolicy()Constructor
-
-
Method Details
-
getDefaultLanguage
Gets the default language for cosmosFullText.- Returns:
- the default language for cosmosFullText.
-
setDefaultLanguage
Sets the default language for cosmosFullText.- Parameters:
defaultLanguage
- the default language for cosmosFullText.- Returns:
- CosmosFullTextPolicy
-
getPaths
Gets the paths for cosmosFulltext.- Returns:
- the paths for cosmosFulltext.
-
setPaths
Sets the paths for cosmosFulltext.- Parameters:
paths
- the paths for cosmosFulltext.- Returns:
- CosmosFullTextPolicy
-