通过


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

CosmosFullTextScoreScope Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.cosmos.models.CosmosFullTextScoreScope

public enum CosmosFullTextScoreScope
extends Enum<CosmosFullTextScoreScope>

Specifies the scope for computing BM25 statistics used by FullTextScore in hybrid search queries.

Fields

GLOBAL

Compute BM25 statistics (term frequency, inverse document frequency, and document length) across all documents in the container, including all physical and logical partitions.

LOCAL

Compute BM25 statistics only over the subset of documents within the partition key values specified in the query.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

valueOf(String name)

public static CosmosFullTextScoreScope valueOf(String name)

Parameters

name
String

Returns

values()

public static CosmosFullTextScoreScope[] values()

Returns

Applies to