@hcl-software/domino-rest-sdk-node
    Preparing search index...

    Type Alias QueryDocumentExplainResponse

    A response for explaining the query after calling the /query API using 'explain' action.

    type QueryDocumentExplainResponse = {
        explainResult: string;
    }
    Index

    Properties

    Properties

    explainResult: string

    the explanation for the said query with all the needed information for us to understand the query.