CosmosFullTextIndex Class
- java.
lang. Object - com.
azure. cosmos. models. CosmosFullTextIndex
- com.
public final class CosmosFullTextIndex
Represents cosmos full text index of the IndexingPolicy in the Azure Cosmos DB database service.
Constructor Summary
| Constructor | Description |
|---|---|
| CosmosFullTextIndex() |
Constructor |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
getPath()
Gets path. |
|
Cosmos |
setPath(String path)
Sets the path. |
Methods inherited from java.lang.Object
Constructor Details
CosmosFullTextIndex
public CosmosFullTextIndex()
Constructor
Method Details
getPath
public String getPath()
Gets path.
Returns:
setPath
public CosmosFullTextIndex setPath(String path)
Sets the path.
Parameters:
Returns: