Package sonia.scm.search
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
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Index log store for a specific index. -
Method Summary
Modifier and TypeMethodDescriptionReturns the index log store for the default index.Returns an index log store for the given index.
-
Method Details
-
forIndex
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
-