CosmosFullTextScoreScope Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. cosmos. models. CosmosFullTextScoreScope
- com.
- java.
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. |