你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CosmosFullTextIndex Class

  • java.lang.Object
    • com.azure.cosmos.models.CosmosFullTextIndex

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.

CosmosFullTextIndex 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:

the path.

setPath

public CosmosFullTextIndex setPath(String path)

Sets the path.

Parameters:

path - the path.

Returns:

the CosmosFullTextIndex.

Applies to