GeoLeaf Core API - v3.0.0
    Preparing search index...

    What one bulk pull actually did to the store.

    interface PreservingPutTally {
        written: number;
        preserved: number;
    }
    Index

    Properties

    Properties

    written: number

    Records inserted or refreshed.

    preserved: number

    Records left untouched because they hold unsynchronised local work.