Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryNoticesResponse

Object containing notice query results.

Hierarchy

  • QueryNoticesResponse

Index

Properties

Optional aggregations

aggregations: QueryAggregation[]

Array of aggregation results that match the query.

Optional duplicates_removed

duplicates_removed: number

The number of duplicates removed from this notices query.

Optional matching_results

matching_results: number

The number of matching results.

Optional passages

passages: QueryPassages[]

Array of passage results that match the query.

Optional results

Array of document results that match the query.

Generated using TypeDoc