Class ReindexVersionsAction
java.lang.Object
org.nuxeo.elasticsearch.versioning.ReindexVersionsAction
- All Implemented Interfaces:
StreamProcessorTopology
Action to notify the versions of a list of documents need to be reindexed, without recursion.
- Since:
- 2025.14
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTopology(Map<String, String> options) Returns a Stream computation topology.
-
Field Details
-
REINDEX_VERSIONS_ACTION
- See Also:
-
ACTION_FULL_NAME
- See Also:
-
-
Constructor Details
-
ReindexVersionsAction
public ReindexVersionsAction()
-
-
Method Details
-
getTopology
Description copied from interface:StreamProcessorTopologyReturns a Stream computation topology.- Specified by:
getTopologyin interfaceStreamProcessorTopology
-