View Source GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefQueryIndices (google_api_content_warehouse v0.4.0)

Identifies a set of NavBoost queries in the CompositeDoc. Typically these queries were collapsed by WebRef into a single query and they were treated by the annotator as equivalent. They all contain the same mentions (at the same offsets).

Attributes

  • featuresIndex (type: list(integer()), default: nil) - The set of indices in the NavBoostQuery::features() array that belong to the collapsed features.
  • queriesIndex (type: integer(), default: nil) - The index of the query in NavBoostDocument::queries() array.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefQueryIndices{
  featuresIndex: [integer()] | nil,
  queriesIndex: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.