Package com.azure.cosmos.models
Class CosmosFullTextIndex
java.lang.Object
com.azure.cosmos.models.CosmosFullTextIndex
Represents cosmos full text index of the IndexingPolicy in the Azure Cosmos DB database service.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CosmosFullTextIndex
public CosmosFullTextIndex()Constructor
-
-
Method Details
-
getPath
Gets path.- Returns:
- the path.
-
setPath
Sets the path.- Parameters:
path- the path.- Returns:
- the CosmosFullTextIndex.
-