Databricks SDK for JavaScript
    Preparing search index...

    Response for QueryIndex carrying the matched rows and their column metadata.

    interface QueryIndexResponse {
        facetResult?: FacetResultData;
        manifest?: ResultManifest;
        result?: ResultData;
    }
    Index

    Properties

    facetResult?: FacetResultData

    Facet aggregation rows, when facets were requested.

    manifest?: ResultManifest

    Metadata describing the result columns.

    result?: ResultData

    The matched result rows.