All Products
Search
Document Center

Tablestore:InnerHits

Last Updated:Feb 06, 2025

InnerHits specifies the settings of the subfields of the Nested field.

Data structure

message InnerHits {
    optional Sort sort = 1;
    optional int32 offset = 2;
    optional int32 limit = 3;
    optional Highlight highlight = 4;
}

Parameter

Type

Required

Description

sort

int64

No

The sorting rule for the returned subfields of the Nested field.

offset

int32

No

The start position of the child rows to return if the Nested field consists of multiple child rows.

limit

int32

No

The maximum number of child rows to return if the Nested field consists of multiple child rows. Default value: 3.

highlight

Highlight

No

The highlight parameter settings for the subfields of the Nested field.