Hierarchy

  • SearchResult

Properties

Properties

body: {
    _scroll_id?: string;
    _shards: object;
    aggregations?: any;
    hits: {
        hits: DAppSchemaSearch[];
        max_score: string;
        total: {
            relation: string;
            value: number;
        };
    };
    timed_out: boolean;
    took: number;
}

Type declaration

  • Optional _scroll_id?: string
  • _shards: object
  • Optional aggregations?: any
  • hits: {
        hits: DAppSchemaSearch[];
        max_score: string;
        total: {
            relation: string;
            value: number;
        };
    }
    • hits: DAppSchemaSearch[]
    • max_score: string
    • total: {
          relation: string;
          value: number;
      }
      • relation: string
      • value: number
  • timed_out: boolean
  • took: number

Generated using TypeDoc