Preview

PublishedProductSearchHit is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

PublishedProductSearchHit

Represent a search hit

This page contains

    Fields

    documentId: ID

    Document id in search index.

    documentScore: Decimal

    Document score.

    documentScoreExplanation: JSON

    Document score explanation.

    productId: ID

    AppDirect product id

    productName: String

    AppDirect product name

    source: JSON

    Source document in search index.

    highlights: [PublishedProductSearchFieldHighlight] PREVIEW

    highlights of portion of text in a product document that matches the a search term

    Parent objects of PublishedProductSearchHit

    PublishedProductSearchResult PREVIEW

    Represent a search result

    Queries for PublishedProductSearchHit

    publishedProductsSearch PREVIEW
    publishedProductsSearchInternal PREVIEW

    Returns a paginated list of published products that match the queryString, partner, locale and filters provided.