GroupDocs.Search for .NET 26.7 Release Notes
This page contains release notes for GroupDocs.Search for .NET 26.7
Full List of Issues Covering all Changes in this Release
| Key | Summary | Category |
|---|---|---|
| SEARCHNET-3615 | Fix OverflowException for operations that modify the index | Fix |
Public API and Backward Incompatible Changes
Fix OverflowException for operations that modify the index
This fix resolves a bug that causes an OverflowException to be thrown for various index modification operations. It should be noted that this fix changes the index storage format on disk. This means that the data must be reindexed to create an index of the new version.
Public API changes
None.
Use cases
None.