Operation Search.Index (Indexing)
In component org.nuxeo.ecm.core.automation.features.operations
Description
Enable to index Nuxeo documents.
| Operation id | Search.Index |
|---|---|
| Category | Services |
| Label | Indexing |
| Requires | |
| Since | 2025.0 |
Parameters
No parameters.
Signature
| Inputs | void, string, document |
|---|---|
| Outputs | blob, blob, blob |
Implementation Information
| Implementation Class | Class: org.nuxeo.ecm.automation.core.operations.services.search.SearchIndexOperation |
|---|---|
| Contributing Component | org.nuxeo.ecm.core.automation.features.operations |
JSON Definition
{
"id" : "Search.Index",
"label" : "Indexing",
"category" : "Services",
"requires" : null,
"description" : "Enable to index Nuxeo documents.",
"since" : "2025.0",
"url" : "Search.Index",
"signature" : [ "void", "blob", "string", "blob", "document", "blob" ],
"params" : [ ]
}