OpenNTF / org.openntf.domino

Open replacement for lotus.domino package in HCL Domino
Apache License 2.0
65 stars 34 forks source link

Domino 11 Large field support... #175

Closed sbasegmez closed 3 years ago

sbasegmez commented 3 years ago

Large summary fields are available with the Domino 11 and enabled with a compact operation. This is not supported yet.

In doc.replaceItemValue(...), if the AutoMime is disabled, it will throw Domino32KLimitException when given data is larger than 32K.

As far as I see, there is a flag in the database icon note for the large summary.

image

So we can use this feature to specify the document limit. Obviously, Domino32KLimitException should be deprecated and replaced by a better namespace.