OBJECT

SearchHitMeta

Canonical information about an individual SearchHit, including its id in the search index, its type, url, and dynamically highlighted title and snippet

link GraphQL Schema definition

  • type SearchHitMeta {
  • id: ID
  • type: String
  • url: String
  • title: String
  • snippet: String
  • language: String
  • publish_timestamp: Date
  • display_timestamp: Date
  • update_timestamp: Date
  • sort_timestamp: Date
  • score: Float
  • # Arguments
  • # type: [Not documented]
  • tags(type: [String]): [SearchHitMetaTag]
  • # Arguments
  • # dimensions: [Not documented]
  • # max_width: [Not documented]
  • # max_height: [Not documented]
  • # min_width: [Not documented]
  • # min_height: [Not documented]
  • image(
  • dimensions: [String],
  • max_width: Int,
  • max_height: Int,
  • min_width: Int,
  • min_height: Int
  • ): [ImageCut]
  • }