Fires2REST - v0.3.0
    Preparing search index...

    Interface CommitResponse

    Response from commit

    interface CommitResponse {
        commitTime: string;
        writeResults?: WriteResult[];
    }
    Index

    Properties

    commitTime: string

    Time the commit occurred

    writeResults?: WriteResult[]

    Results of each write operation