次の方法で共有


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