User-Defined Function Plugins Must Be Recompiled
- Last Updated: April 14, 2026
- 1 minute read
- MarkLogic Server
- Version 11.0
- Documentation
The version of MarkLogic’s C++ User-Defined Function (UDF) interface has been incremented to accommodate the following changes:
-
The
marklogic::Pointclass now accepts and returns longitude and latitude values as doubles instead of floats. -
Support for new types of UDF plugins in support of custom stemming and tokenization plugins.
You must recompile your UDF plugins for use with MarkLogic 9. UDFs from an earlier version of MarkLogic will not work in a mixed cluster prior to committing the new version. During a rolling upgrade, you must finish the upgrade and then recompile your UDFs for use with MarkLogic 9.