From 5e60a6b6df9baa6fd7b57597f2a8d0e10b6f588e Mon Sep 17 00:00:00 2001 From: xiaoyifang Date: Wed, 27 Mar 2024 10:32:45 +0800 Subject: [PATCH] opt: the xapian fts does not concern about the address order --- src/ftshelpers.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ftshelpers.cc b/src/ftshelpers.cc index a84ff3f9..8c42b20f 100644 --- a/src/ftshelpers.cc +++ b/src/ftshelpers.cc @@ -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.