Class ExtractBinaryFulltextObject
java.lang.Object
org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
org.nuxeo.ecm.restapi.server.jaxrs.management.ExtractBinaryFulltextObject
Endpoint to run binary fulltext extraction
- Since:
- 2021.33
-
Field Summary
-
Constructor Summary
-
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.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:
-
-
Constructor Details
-
ExtractBinaryFulltextObject
public ExtractBinaryFulltextObject()
-
-
Method Details
-
extractBinaryFulltext
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.
-