Class ExtractBinaryFulltextObject
java.lang.Object
org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
org.nuxeo.ecm.restapi.server.management.ExtractBinaryFulltextObject
@Produces("application/json")
public class ExtractBinaryFulltextObject
extends AbstractResource<ResourceTypeImpl>
Endpoint to run binary fulltext extraction
- Since:
- 2021.33
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextractBinaryFulltext
(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
(String query) Migrate existing binary fulltext stored in backend to s3 storage.Methods inherited from class org.nuxeo.ecm.webengine.model.impl.AbstractResource
checkGuard, dispose, getActiveAdapter, getAdapter, getContext, getFacets, getLinks, getModule, getName, getNext, getNextSegment, getPath, getPrevious, getTemplate, getTrailingPath, getType, getURL, getView, hasFacet, initialize, initialize, isAdapter, isInstanceOf, isRoot, newAdapter, newObject, redirect, setNext, setPrevious, setRoot, toString
-
Field Details
-
ALL_DOCS
- See Also:
-
ALL_BUT_PROXIES
- See Also:
-
-
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. -
fixBinaryStorage
@POST @Path("fixBinaryStorage") public BulkStatus fixBinaryStorage(@FormParam("query") String query) Migrate existing binary fulltext stored in backend to s3 storage. It requires to activate nuxeo.bulk.action.fixBinaryFulltextStorage.enabled=true.
-