Interface IndexingPlanSynchronizationStrategy

    • Method Detail

      • async

        static IndexingPlanSynchronizationStrategy async()
        Returns:
        A strategy that only waits for index changes to be queued in the backend. See the reference documentation for details.
      • writeSync

        static IndexingPlanSynchronizationStrategy writeSync()
        Returns:
        A strategy that waits for index changes to be queued and applied, forces a commit, and waits for the commit to complete. See the reference documentation for details.
      • readSync

        static IndexingPlanSynchronizationStrategy readSync()
        Returns:
        A strategy that waits for index changes to be queued and applied, forces a refresh, and waits for the refresh to complete. See the reference documentation for details.
      • sync

        static IndexingPlanSynchronizationStrategy sync()
        Returns:
        A strategy that waits for index changes to be queued and applied, forces a commit and a refresh, and waits for the commit and refresh to complete. See the reference documentation for details.