Class ExtractBinaryFulltextObject

java.lang.Object
org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
org.nuxeo.ecm.restapi.server.jaxrs.management.ExtractBinaryFulltextObject
All Implemented Interfaces:
Resource, Adaptable

public class ExtractBinaryFulltextObject extends AbstractResource<ResourceTypeImpl>
Endpoint to run binary fulltext extraction
Since:
2021.33
  • Field Details

  • Constructor Details

    • ExtractBinaryFulltextObject

      public ExtractBinaryFulltextObject()
  • Method Details

    • extractBinaryFulltext

      public BulkStatus extractBinaryFulltext(String query, Boolean force)
      Run fulltext extraction of binaries, force can be used when changing the configuration to nullify binary fulltext on documents that are excluded with the new configuration.
    • fixBinaryStorage

      public BulkStatus fixBinaryStorage(String query)
      Migrate existing binary fulltext stored in backend to s3 storage. It requires to activate nuxeo.bulk.action.fixBinaryFulltextStorage.enabled=true.