Snowflake · JSON Structure

Cortex Search Service Query Similarity Boost Structure

Type: object Properties: 3
Data LakesData SharingData WarehousingDatabaseSQL

QuerySimilarityBoost is a JSON Structure definition published by Snowflake, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

cortex_search_service previous_query_column documents_column

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "QuerySimilarityBoost",
  "type": "object",
  "properties": {
    "cortex_search_service": {
      "type": "string"
    },
    "previous_query_column": {
      "type": "string"
    },
    "documents_column": {
      "type": "string"
    }
  }
}