Interface IndexLogStore


@Beta public interface IndexLogStore
Can be used to mark when a type of object was last indexed and with which version. This is useful to detect and mark if a bootstrap index was created for the kind of object or if the way how an object is indexed has changed.
Since:
2.21.0
  • Method Details

    • forIndex

      IndexLogStore.ForIndex forIndex(String index)
      Returns an index log store for the given index.
      Parameters:
      index - name of index
      Returns:
      index log store for given index
      Since:
      2.23.0
    • defaultIndex

      IndexLogStore.ForIndex defaultIndex()
      Returns the index log store for the default index.
      Returns:
      index log store for default index
      Since:
      2.23.0