opt: the xapian fts does not concern about the address order

This commit is contained in:
xiaoyifang 2024-03-27 10:32:45 +08:00
parent c1c120e20e
commit 5e60a6b6df

View file

@ -91,7 +91,7 @@ void makeFTSIndex( BtreeIndexing::BtreeDictionary * dict, QAtomicInt & isCancell
if ( Utils::AtomicInt::loadAcquire( isCancelled ) )
throw exUserAbort();
dict->sortArticlesOffsetsForFTS( offsets, isCancelled );
// dict->sortArticlesOffsetsForFTS( offsets, isCancelled );
// incremental build the index.
// get the last address.