Class ExtractBinaryFulltextObject

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

@Produces("application/json") 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

      @POST @Path("extract") public BulkStatus extractBinaryFulltext(@FormParam("query") String query, @FormParam("force") 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.