Implementation Guidelines
- Last Updated: April 14, 2026
- 1 minute read
- MarkLogic Server
- Version 11.0
- Documentation
You should be aware of the following guidelines and limitations when implementing your transformation function:
- If you use a server-side transform with
-fastload(or-output_directory, which enables-fastload), your transformation function only has access to database content in the same forest as the input document. If your transformation function needs general access to the database, do not use-fastloador-output_directory.