Interface AutomaticIndexingSynchronizationStrategy

    • Method Detail

      • async

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

        static AutomaticIndexingSynchronizationStrategy writeSync()
        Deprecated.
        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 AutomaticIndexingSynchronizationStrategy readSync()
        Deprecated.
        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 AutomaticIndexingSynchronizationStrategy sync()
        Deprecated.
        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.