Class isds_fulltext_result_meta

Class isds_fulltext_result_meta

class isds.isds_fulltext_result_meta

ISDS full-text result and information about the result.

This class holds the full-text search result data and information about the result.

boxes

List of found data boxes.

Note:A copy of the value is returned when read. A copy of the value is stored when written.
Type:list of isds_fulltext_result
current_page_beginning

Number of the first box in the isds_fulltext_result_meta.boxes list. May be None if server did not provide the value.

Note:In count from 0.
Type:int
current_page_size

Count of boxes in the isds_fulltext_result_meta.boxes list. May be None if server did not provide the value.

Type:int
last_page

True if isds_fulltext_result_meta.boxes is the last result page, false if more results match. May be None if server did not provide the value.

Type:int
total_matching_boxes

Number of all boxes matching the query. May be None if server did not provide the value.

Type:int