Class ExtractBinaryFulltextAction
java.lang.Object
org.nuxeo.ecm.core.storage.action.ExtractBinaryFulltextAction
- All Implemented Interfaces:
StreamProcessorTopology
Bulk Action to extract fulltext from blobs.
Updated documents and their proxies are indexed by batch (transaction).
- Since:
- 2021.33
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetTopology
(Map<String, String> options) Returns a Stream computation topology.
-
Field Details
-
ACTION_NAME
- See Also:
-
ACTION_FULL_NAME
- See Also:
-
-
Constructor Details
-
ExtractBinaryFulltextAction
public ExtractBinaryFulltextAction()
-
-
Method Details
-
getTopology
Description copied from interface:StreamProcessorTopology
Returns a Stream computation topology.- Specified by:
getTopology
in interfaceStreamProcessorTopology
-