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.