Skip to main content

What's New in MarkLogic 11

User-Defined Function Plugins Must Be Recompiled

The version of MarkLogic’s C++ User-Defined Function (UDF) interface has been incremented to accommodate the following changes:

  • The marklogic::Point class 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.