Migrating to Manticore 3: document ids
In this article we’re talking about document id data type change in Manticore Search 3.0.
In previous versions document ids were unsigned big integers. This changed in 3.0 as we switched to signed big integers. The reason behind that …