RepositoryWebrefQueryIndices

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefQueryIndices


Table of Contents ▼

Jump to a specific part of the page:

Description

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 List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefQueryIndices