Class ExtractBinaryFulltextObject
- java.lang.Object
-
- org.nuxeo.ecm.webengine.model.impl.AbstractResource<ResourceTypeImpl>
-
- org.nuxeo.ecm.restapi.server.jaxrs.management.ExtractBinaryFulltextObject
-
public class ExtractBinaryFulltextObject extends AbstractResource<ResourceTypeImpl>
Endpoint to run binary fulltext extraction- Since:
- 2021.33
-
-
Constructor Summary
Constructors Constructor Description ExtractBinaryFulltextObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.-
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 Detail
-
ALL_DOCS
public static final String ALL_DOCS
- See Also:
- Constant Field Values
-
-
Method Detail
-
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.
-
-