Class FulltextExtractorWork

java.lang.Object
org.nuxeo.ecm.core.work.AbstractWork
org.nuxeo.ecm.core.storage.FulltextExtractorWork
All Implemented Interfaces:
Serializable, Work

public class FulltextExtractorWork extends AbstractWork
Work task that does fulltext extraction from the string properties and the blobs of the given document, saving them into the fulltext table.
Since:
5.7 for the original implementation, 10.3 the extraction and update are done in the same Work
See Also:
  • Field Details

  • Constructor Details

    • FulltextExtractorWork

      public FulltextExtractorWork(String repositoryName, String docId, boolean updateSimpleText, boolean updateBinaryText, boolean useJobId)
  • Method Details